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 10, 2024
1 parent dec12c1 commit 0c1a979
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 0c1a979

Please sign in to comment.