diff --git a/bookworm/annotation/annotation_gui.py b/bookworm/annotation/annotation_gui.py index 0e0c148d..7cc6577b 100644 --- a/bookworm/annotation/annotation_gui.py +++ b/bookworm/annotation/annotation_gui.py @@ -15,7 +15,7 @@ GenericAnnotationWithContentDialog, QuotesDialog, ) -from .annotator import Bookmarker, NoteTaker, Quoter, AnnotationOverlapsError +from .annotator import Bookmarker, NoteTaker, Quoter log = logger.getChild(__name__)