We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469a13e commit f3074b7Copy full SHA for f3074b7
src/models/sub/tanks.py
@@ -6,7 +6,7 @@
6
class TankKinds(str, Enum):
7
LEVEL: str = "LEVEL"
8
MASS: str = "MASS"
9
- MASS_FLOW: str = "MASSFLOW"
+ MASS_FLOW: str = "MASS_FLOW"
10
ULLAGE: str = "ULLAGE"
11
12
0 commit comments