Skip to content

Commit a7a5f8f

Browse files
committed
fix: tests
1 parent cf46263 commit a7a5f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlite/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_windturbineconfig(
8080
Config with details on the turbine
8181
8282
"""
83-
assert isinstance(turbine, str | Path | dict)
83+
assert isinstance(turbine, (str | Path | dict))
8484

8585
if add_cutout_windspeed is False:
8686
msg = (

0 commit comments

Comments
 (0)