Skip to content

Commit 0c1a979

Browse files
addresses pr review typo
1 parent dec12c1 commit 0c1a979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/motor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MotorKinds(str, Enum):
1313
class TankKinds(str, Enum):
1414
LEVEL: str = "LEVEL"
1515
MASS: str = "MASS"
16-
MASS_FLOW: str = "MASSFlOW"
16+
MASS_FLOW: str = "MASSFLOW"
1717
ULLAGE: str = "ULLAGE"
1818

1919

0 commit comments

Comments
 (0)