Skip to content

Commit 59d160f

Browse files
committed
Fixed import order
1 parent 7cb9a3d commit 59d160f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tibiapy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
from tibiapy import abc, enums, utils
44
from tibiapy.character import *
5-
from tibiapy.client import *
6-
from tibiapy.creature import *
75
from tibiapy.enums import *
86
from tibiapy.errors import *
97
from tibiapy.guild import *
@@ -12,6 +10,8 @@
1210
from tibiapy.kill_statistics import *
1311
from tibiapy.news import *
1412
from tibiapy.world import *
13+
from tibiapy.creature import *
14+
from tibiapy.client import *
1515

1616
__version__ = '2.2.0'
1717

0 commit comments

Comments
 (0)