Merge pull request #3042 from InspectorCaracal/patch-3

Fix regression bug in xyzgrid contrib
This commit is contained in:
Griatch 2022-12-23 16:43:01 +01:00 committed by GitHub
commit e94c7624ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
)