Skip to content

Commit

Permalink
addresses pr review typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielBarberini committed Oct 14, 2024
1 parent 7fdaea9 commit eeb357e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MotorKinds(str, Enum):
class TankKinds(str, Enum):
LEVEL: str = "LEVEL"
MASS: str = "MASS"
MASS_FLOW: str = "MASSFlOW"
MASS_FLOW: str = "MASSFLOW"
ULLAGE: str = "ULLAGE"


Expand Down

0 comments on commit eeb357e

Please sign in to comment.