Skip to content

Commit 3a0899d

Browse files
elpasonyalldawson
authored andcommitted
Add os import
1 parent 6d6871c commit 3a0899d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/src/python/test_qgstaskmanager.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# This will get replaced with a git SHA1 when you do a git archive
1313
__revision__ = '$Format:%H$'
1414

15+
import os
16+
from time import sleep
17+
1518
import qgis # NOQA
1619

1720
from qgis.core import QgsTask, QgsApplication
@@ -20,7 +23,6 @@
2023
from qgis.PyQt.QtTest import QSignalSpy
2124

2225
from qgis.testing import start_app, unittest
23-
from time import sleep
2426

2527
start_app()
2628

0 commit comments

Comments
 (0)