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 13, 2023
1 parent 4f2602a commit f9b82c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bluebonnet/fluids/gas.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def z_factor_hallyarbrough(pressure: float, temperature: float) -> float:
References
----------
`Hall-Yarbrough estimation <https://wiki.whitson.com/eos/eos_models/zfactor/index.html#hall-yarbrough-estimation-of-gas-z-factor>`_
""" # noqa: E501
"""
t = 1 / temperature
y = 0.001
fdum = 1
Expand Down

0 comments on commit f9b82c3

Please sign in to comment.