From c170b54654b53c65aee1b5fcd7245536c808047f Mon Sep 17 00:00:00 2001 From: Etienne Trimaille Date: Wed, 25 Jan 2023 15:41:14 +0100 Subject: [PATCH] Fix some flake8 issues --- lizmap_server/server_info_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lizmap_server/server_info_handler.py b/lizmap_server/server_info_handler.py index f3a1e938..acd6e46c 100755 --- a/lizmap_server/server_info_handler.py +++ b/lizmap_server/server_info_handler.py @@ -14,12 +14,12 @@ from qgis.PyQt.QtGui import QFontDatabase from qgis.server import QgsServerOgcApi, QgsServerOgcApiHandler -from lizmap_server.exception import ServiceError -from lizmap_server.tools import check_environment_variable, to_bool - # FCGI or others from qgis.utils import pluginMetadata, server_active_plugins +from lizmap_server.exception import ServiceError +from lizmap_server.tools import check_environment_variable, to_bool + try: # Py-QGIS-Server # noinspection PyUnresolvedReferences