Skip to content

Commit 4df23a3

Browse files
committed
Use isort import order.
1 parent 4590f18 commit 4df23a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
tileset,
3131
)
3232
from tcod.console import Console # noqa: F401
33-
from tcod.libtcodpy import * # noqa: F4
3433
from tcod.constants import * # noqa: F4
34+
from tcod.libtcodpy import * # noqa: F4
3535
from tcod.loader import __sdl_version__, ffi, lib # noqa: F4
3636

3737
try:

0 commit comments

Comments
 (0)