Skip to content

Commit a1ace3d

Browse files
committed
fix imports
1 parent 205da21 commit a1ace3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lpdb_python/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
import importlib.metadata as _metadata
66

7-
from .defs import LpdbError, LpdbWarning, LpdbSession
8-
from .session import (
7+
from .defs import (
98
OpponentType,
109
Broadcasters,
1110
Company,
@@ -25,6 +24,7 @@
2524
Transfer,
2625
TeamTemplate,
2726
)
27+
from .session import LpdbError, LpdbWarning, LpdbSession
2828

2929
__all__ = [
3030
"OpponentType",

0 commit comments

Comments
 (0)