Enforce isort import order

This commit is contained in:
Griatch 2022-12-23 16:44:41 +01:00
parent 9058aea9fe
commit 9449ca5e1f

View file

@ -2,15 +2,6 @@
XYZGrid - Griatch 2021
"""
from . import (
example,
launchcmd,
prototypes,
tests,
utils,
xymap,
xymap_legend,
xyzgrid,
xyzroom,
commands,
)
from . import example, launchcmd, prototypes, tests, utils, xymap, xymap_legend, xyzgrid, xyzroom
from . import commands # isort:skip - this needs to be imported last