src/eric7/QScintilla/SpellChecker.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9618
f58ab8c5816b
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/QScintilla/SpellChecker.py
--- a/src/eric7/QScintilla/SpellChecker.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/QScintilla/SpellChecker.py	Fri Nov 04 13:52:26 2022 +0100
@@ -9,10 +9,10 @@
 The spell checker is based on pyenchant.
 """
 
+import contextlib
 import os
-import contextlib
 
-from PyQt6.QtCore import QTimer, QObject
+from PyQt6.QtCore import QObject, QTimer
 
 from eric7 import Preferences, Utilities
 

eric ide

mercurial