Skip to content

Commit

Permalink
Fix PyQgsServerWMSGetPrint test
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Jun 25, 2020
1 parent c45d9e2 commit ad59c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/python/test_qgsserver_wms_getprint.py
Expand Up @@ -25,7 +25,7 @@
import urllib.error

from qgis.testing import unittest
from qgis.PyQt.QtCore import QSize
from qgis.PyQt.QtCore import QSize, Qt
from qgis.PyQt.QtGui import QImage, QPainter
from qgis.PyQt.QtSvg import QSvgRenderer, QSvgGenerator

Expand All @@ -35,7 +35,7 @@
import subprocess

from test_qgsserver import QgsServerTestBase
from qgis.core import QgsProject, QgsRenderChecker, QgsMultiRenderChecker, Qt
from qgis.core import QgsProject, QgsRenderChecker, QgsMultiRenderChecker
from qgis.server import QgsServerRequest
from utilities import getExecutablePath, unitTestDataPath

Expand Down

0 comments on commit ad59c46

Please sign in to comment.