Removed import enchant in dummy class

This commit is contained in:
Veronica K. B. Olsen
2019-06-11 20:53:13 +02:00
parent 59ba847c0f
commit 2cff09daf2
-1
View File
@@ -11,7 +11,6 @@
""" """
import logging import logging
import enchant
import nw import nw
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)