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 XYZGrid - Griatch 2021
""" """
from . import (
from . import commands # noqa example,
from . import example # noqa launchcmd,
from . import launchcmd # noqa prototypes,
from . import prototypes # noqa tests,
from . import tests # noqa utils,
from . import utils # noqa xymap,
from . import xymap # noqa xymap_legend,
from . import xymap_legend # noqa xyzgrid,
from . import xyzgrid # noqa xyzroom,
from . import xyzroom # noqa commands,
)