fix regression

This commit is contained in:
InspectorCaracal 2022-12-22 14:01:15 -07:00 committed by InspectorCaracal
parent 290475a9fe
commit 80e064af92

View file

@ -2,14 +2,15 @@
XYZGrid - Griatch 2021
"""
from . import commands # noqa
from . import example # noqa
from . import launchcmd # noqa
from . import prototypes # noqa
from . import tests # noqa
from . import utils # noqa
from . import xymap # noqa
from . import xymap_legend # noqa
from . import xyzgrid # noqa
from . import xyzroom # noqa
from . import (
example,
launchcmd,
prototypes,
tests,
utils,
xymap,
xymap_legend,
xyzgrid,
xyzroom,
commands,
)