src/eric7/QScintilla/Editor.py

branch
eric7-maintenance
changeset 9725
b9a29a7aa820
parent 9654
7328efba128b
parent 9690
2dc33116df50
child 9832
3885b9d7bd31
diff -r 1f0497e16118 -r b9a29a7aa820 src/eric7/QScintilla/Editor.py
--- a/src/eric7/QScintilla/Editor.py	Tue Jan 03 17:01:19 2023 +0100
+++ b/src/eric7/QScintilla/Editor.py	Tue Jan 24 10:15:12 2023 +0100
@@ -6203,9 +6203,7 @@
             (defaults to None)
         @type str (optional)
         """
-        from eric7.DebugClients.Python.coverage import (  # __IGNORE_WARNING_I102__
-            Coverage,
-        )
+        from coverage import Coverage  # __IGNORE_WARNING_I102__
 
         self.__codeCoverageHideAnnotations()
 

eric ide

mercurial