Skip to content

Commit

Permalink
STY #183 black & isort
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 28, 2023
1 parent a9c7d48 commit 8e7d3a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gemviz/mainwindow.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
gemviz main window
"""

# TODO: remove testing URLs before production

import logging

from PyQt5 import QtCore
Expand All @@ -6,7 +12,6 @@
from . import APP_TITLE
from . import tapi
from . import utils
# TODO: remove testing URLs before production
from .tiledserverdialog import LOCALHOST_URL
from .tiledserverdialog import TESTING_URL
from .tiledserverdialog import TILED_SERVER_SETTINGS_KEY
Expand Down

0 comments on commit 8e7d3a0

Please sign in to comment.