Skip to content

Commit

Permalink
Fix some flake8 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 25, 2023
1 parent c4977bd commit c170b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lizmap_server/server_info_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c170b54

Please sign in to comment.