PyLintInterface/PyLintConfigDialog.py

branch
eric7
changeset 112
7ece4ae4b274
parent 108
b452f300e6c7
child 114
524f52c0ac34
--- a/PyLintInterface/PyLintConfigDialog.py	Tue Oct 25 10:58:33 2022 +0200
+++ b/PyLintInterface/PyLintConfigDialog.py	Tue Dec 20 19:44:49 2022 +0100
@@ -7,10 +7,10 @@
 Module implementing a dialog to configure the PyLint process.
 """
 
+import copy
 import os
-import copy
 
-from PyQt6.QtCore import pyqtSlot, QProcess
+from PyQt6.QtCore import QProcess, pyqtSlot
 from PyQt6.QtWidgets import QDialog
 
 from eric7 import Preferences

eric ide

mercurial