Skip to content

Commit b32212d

Browse files
mariobam-kuhn
authored andcommitted
Removed 2 calls to standard_library
1 parent 78af413 commit b32212d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/src/python/test_qgsfiledownloader.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
from qgis.gui import (QgsFileDownloader,)
1919
from qgis.testing import start_app, unittest
2020

21-
standard_library.install_aliases()
22-
2321
__author__ = 'Alessandro Pasotti'
2422
__date__ = '08/11/2016'
2523
__copyright__ = 'Copyright 2016, The QGIS Project'

tests/src/python/test_qgssettings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
from qgis.testing import start_app, unittest
1717
from qgis.PyQt.QtCore import QSettings
1818

19-
standard_library.install_aliases()
20-
2119
__author__ = 'Alessandro Pasotti'
2220
__date__ = '02/02/2017'
2321
__copyright__ = 'Copyright 2017, The QGIS Project'

0 commit comments

Comments
 (0)