Skip to content

Commit 9446ed1

Browse files
committed
Fix error
1 parent 7a3e3a0 commit 9446ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/wind_turbine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,4 @@ def get_turbine_types(turbine_library="local", print_out=True, filter_=True):
412412
"\nUse >>from windpowerlib import get_turbine_types<< not"
413413
">>from windpowerlib.turbine import get_turbine_types<< not "
414414
)
415-
raise (ImportError, msg)
415+
raise ImportError(msg)

0 commit comments

Comments
 (0)