mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Enforce isort import order
This commit is contained in:
parent
9058aea9fe
commit
9449ca5e1f
1 changed files with 3 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue