summaryrefslogtreecommitdiff
path: root/pylint/checkers/spelling.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/spelling.py')
-rw-r--r--pylint/checkers/spelling.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/spelling.py b/pylint/checkers/spelling.py
index f1952e89f..c1a0eb2de 100644
--- a/pylint/checkers/spelling.py
+++ b/pylint/checkers/spelling.py
@@ -47,7 +47,6 @@ except ImportError:
pass
-
if enchant is not None:
br = enchant.Broker()
dicts = br.list_dicts()