From 2cff09daf2b70b1f945abdff9e4b771d04f75fb4 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Tue, 11 Jun 2019 20:53:13 +0200 Subject: [PATCH] Removed import enchant in dummy class --- nw/tools/spellcheck.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nw/tools/spellcheck.py b/nw/tools/spellcheck.py index 95ebbc60..051767d8 100644 --- a/nw/tools/spellcheck.py +++ b/nw/tools/spellcheck.py @@ -11,7 +11,6 @@ """ import logging -import enchant import nw logger = logging.getLogger(__name__)