Skip to content

Commit

Permalink
Add os import
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Sep 1, 2018
1 parent 6d6871c commit 3a0899d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/src/python/test_qgstaskmanager.py
Expand Up @@ -12,6 +12,9 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import os
from time import sleep

import qgis # NOQA

from qgis.core import QgsTask, QgsApplication
Expand All @@ -20,7 +23,6 @@
from qgis.PyQt.QtTest import QSignalSpy

from qgis.testing import start_app, unittest
from time import sleep

start_app()

Expand Down

0 comments on commit 3a0899d

Please sign in to comment.