We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6d6871c commit 3a0899dCopy full SHA for 3a0899d
tests/src/python/test_qgstaskmanager.py
@@ -12,6 +12,9 @@
12
# This will get replaced with a git SHA1 when you do a git archive
13
__revision__ = '$Format:%H$'
14
15
+import os
16
+from time import sleep
17
+
18
import qgis # NOQA
19
20
from qgis.core import QgsTask, QgsApplication
@@ -20,7 +23,6 @@
23
from qgis.PyQt.QtTest import QSignalSpy
21
24
22
25
from qgis.testing import start_app, unittest
-from time import sleep
26
27
start_app()
28
0 commit comments