src/eric7/QScintilla/Exporters/ExporterBase.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9576
be9f8e7e42e0
--- a/src/eric7/QScintilla/Exporters/ExporterBase.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/QScintilla/Exporters/ExporterBase.py	Fri Nov 04 13:52:26 2022 +0100
@@ -9,9 +9,9 @@
 
 import pathlib
 
-from PyQt6.QtCore import QObject, QCoreApplication
+from PyQt6.QtCore import QCoreApplication, QObject
 
-from eric7.EricWidgets import EricMessageBox, EricFileDialog
+from eric7.EricWidgets import EricFileDialog, EricMessageBox
 
 
 class ExporterBase(QObject):

eric ide

mercurial