Skip to content

Commit b6dc7a3

Browse files
committed
fix: use relative import for enums in models.py
Consistent with all other files in the package that use relative imports.
1 parent 2e473b9 commit b6dc7a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/balatrobench/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
from dataclasses import dataclass
5858
from typing import Literal
5959

60-
from balatrobench.enums import Deck, Stake
60+
from .enums import Deck, Stake
6161

6262
################################################################################
6363
# Version, Manifest, Strategy, Model & Config

0 commit comments

Comments
 (0)