From 50025016c54c255edafcd7563ae1105f06d7221b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Bournhonesque?= Date: Tue, 3 Sep 2024 10:25:27 +0200 Subject: [PATCH] fix: remove unused class --- robotoff/insights/annotate.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/robotoff/insights/annotate.py b/robotoff/insights/annotate.py index b5fd789cf8..b599b2f028 100644 --- a/robotoff/insights/annotate.py +++ b/robotoff/insights/annotate.py @@ -717,7 +717,3 @@ def annotate( auth=auth, is_vote=is_vote, ) - - -class InvalidInsight(Exception): - pass