eric6/VCS/StatusMonitorThread.py

changeset 7259
7c017076c12e
parent 7249
0bf517e60f54
child 7360
9190402e4505
diff -r aff39db4dacc -r 7c017076c12e eric6/VCS/StatusMonitorThread.py
--- a/eric6/VCS/StatusMonitorThread.py	Mon Sep 23 19:10:42 2019 +0200
+++ b/eric6/VCS/StatusMonitorThread.py	Mon Sep 23 19:22:12 2019 +0200
@@ -8,8 +8,9 @@
 """
 
 
-from PyQt5.QtCore import QThread, QMutex, QWaitCondition, pyqtSignal, \
-    QCoreApplication
+from PyQt5.QtCore import (
+    QThread, QMutex, QWaitCondition, pyqtSignal, QCoreApplication
+)
 
 
 class VcsStatusMonitorThread(QThread):

eric ide

mercurial