Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2022-08-15 15:04:16 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-08-15 15:05:27 +0300
commit15fcdc8ba92dbcbd688204a5db35d4499911e48e (patch)
treeb3d9b0c37c9bd21e9ecd5be81650bf6ca6e3bc45 /calm/spelling.py
parent70f71d2b693039387ef2f332b08effb22df93fa9 (diff)
Fix flake8-import-order warnings
Diffstat (limited to 'calm/spelling.py')
-rw-r--r--calm/spelling.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calm/spelling.py b/calm/spelling.py
index 505c1fb..77464d7 100644
--- a/calm/spelling.py
+++ b/calm/spelling.py
@@ -22,6 +22,7 @@
#
import re
+
from enchant import DictWithPWL
from enchant.checker import SpellChecker
from enchant.tokenize import Filter