Skip to content

Commit

Permalink
ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Dec 29, 2023
1 parent acebe8d commit 9c6c59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/18_check_turbine.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
t for t in turbines
if "converted" not in t
if "updated" not in t
if "legacy" not in t
if "legacy" not in t
if t != "x_20MW"
]
print(turbines)
Expand Down

0 comments on commit 9c6c59f

Please sign in to comment.