Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 23, 2022
1 parent 71eb172 commit e9a6c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/alfasim_sdk/_internal/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ class PumpViscosityModel(Enum):
- ``NoModel``: Viscosity model correction is disabled.
- ``AnsiHi2010``: Applies the ANSI-HI(2010) viscosity correction.
"""

NoModel = "no_model"
AnsiHi2010 = "ansihi_2010"

Expand Down

0 comments on commit e9a6c71

Please sign in to comment.