src/eric7/Snapshot/SnapshotDefaultGrabber.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
--- a/src/eric7/Snapshot/SnapshotDefaultGrabber.py	Fri Nov 04 13:46:31 2022 +0100
+++ b/src/eric7/Snapshot/SnapshotDefaultGrabber.py	Fri Nov 04 13:52:26 2022 +0100
@@ -7,13 +7,13 @@
 Module implementing a grabber object for non-Wayland desktops.
 """
 
-from PyQt6.QtCore import pyqtSignal, Qt, QObject, QTimer, QEvent
-from PyQt6.QtGui import QPixmap, QCursor, QGuiApplication
+from PyQt6.QtCore import QEvent, QObject, Qt, QTimer, pyqtSignal
+from PyQt6.QtGui import QCursor, QGuiApplication, QPixmap
 from PyQt6.QtWidgets import QWidget
 
-from .SnapshotModes import SnapshotModes
+from eric7 import Globals
 
-from eric7 import Globals
+from .SnapshotModes import SnapshotModes
 
 
 class SnapshotDefaultGrabber(QObject):

eric ide

mercurial