Skip to content

Commit 9c535b5

Browse files
committed
[tests] Use from qgis.PyQt import
1 parent 342e743 commit 9c535b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/src/python/test_authmanager_pki_ows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
QgsRasterLayer,
4040
)
4141

42-
from PyQt.QtNetwork import QSslCertificate
42+
from qgis.PyQt.QtNetwork import QSslCertificate
4343

4444
from qgis.testing import (
4545
start_app,

tests/src/python/test_authmanager_pki_postgres.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
)
3939

4040

41-
from PyQt.QtNetwork import QSslCertificate
41+
from qgis.PyQt.QtNetwork import QSslCertificate
4242

4343
from qgis.testing import (
4444
start_app,

0 commit comments

Comments
 (0)