Skip to content

Commit f3074b7

Browse files
Fixes enum value inconsistency
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 469a13e commit f3074b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/sub/tanks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class TankKinds(str, Enum):
77
LEVEL: str = "LEVEL"
88
MASS: str = "MASS"
9-
MASS_FLOW: str = "MASSFLOW"
9+
MASS_FLOW: str = "MASS_FLOW"
1010
ULLAGE: str = "ULLAGE"
1111

1212

0 commit comments

Comments
 (0)