diff -r 41420f82c0ac -r 607a6098cb44 eric6/VCS/StatusMonitorThread.py --- a/eric6/VCS/StatusMonitorThread.py Mon Oct 12 18:23:44 2020 +0200 +++ b/eric6/VCS/StatusMonitorThread.py Mon Oct 12 19:28:42 2020 +0200 @@ -7,7 +7,6 @@ Module implementing the VCS status monitor thread base class. """ - from PyQt5.QtCore import ( QThread, QMutex, QWaitCondition, pyqtSignal, QCoreApplication )