We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a3e3a0 commit 9446ed1Copy full SHA for 9446ed1
windpowerlib/wind_turbine.py
@@ -412,4 +412,4 @@ def get_turbine_types(turbine_library="local", print_out=True, filter_=True):
412
"\nUse >>from windpowerlib import get_turbine_types<< not"
413
">>from windpowerlib.turbine import get_turbine_types<< not "
414
)
415
- raise (ImportError, msg)
+ raise ImportError(msg)
0 commit comments