src/eric7/Debugger/BreakPointViewer.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Debugger/BreakPointViewer.py
--- a/src/eric7/Debugger/BreakPointViewer.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Debugger/BreakPointViewer.py	Fri Nov 04 13:52:26 2022 +0100
@@ -9,14 +9,12 @@
 
 import pathlib
 
-from PyQt6.QtCore import pyqtSignal, Qt, QItemSelectionModel, QSortFilterProxyModel
-from PyQt6.QtWidgets import QTreeView, QAbstractItemView, QHeaderView, QMenu, QDialog
-
-from eric7.EricWidgets.EricApplication import ericApp
-
-from eric7.Globals import recentNameBreakpointFiles, recentNameBreakpointConditions
+from PyQt6.QtCore import QItemSelectionModel, QSortFilterProxyModel, Qt, pyqtSignal
+from PyQt6.QtWidgets import QAbstractItemView, QDialog, QHeaderView, QMenu, QTreeView
 
 from eric7 import Preferences
+from eric7.EricWidgets.EricApplication import ericApp
+from eric7.Globals import recentNameBreakpointConditions, recentNameBreakpointFiles
 
 
 class BreakPointViewer(QTreeView):

eric ide

mercurial