Skip to content

Commit

Permalink
Fixed line too long linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
fletchapin committed May 13, 2024
1 parent da2a980 commit a6d26a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pype_schema/parse_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ def min_max_design_to_dict(obj, attribute):
}
"""
min_max_design_dict = {"min": None, "max": None, "design": None, "units": None}
# try/except is for backwards compatability with old flow_rate and gen_capacity tuples
# try/except for backwards compatability with flow_rate and gen_capacity tuples
try:
values = getattr(obj, attribute)
except AttributeError:
Expand Down

0 comments on commit a6d26a5

Please sign in to comment.