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 41c8eea commit e864dbbCopy full SHA for e864dbb
windpowerlib/__init__.py
@@ -6,8 +6,8 @@
6
WindTurbine,
7
get_turbine_types,
8
create_power_curve,
9
-) # noq
10
-from .wind_farm import WindFarm # noq
11
-from .wind_turbine_cluster import WindTurbineCluster # noq
12
-from .modelchain import ModelChain # noq
13
-from .turbine_cluster_modelchain import TurbineClusterModelChain # noq
+) # noq: F401
+from .wind_farm import WindFarm # noq: F401
+from .wind_turbine_cluster import WindTurbineCluster # noq: F401
+from .modelchain import ModelChain # noq: F401
+from .turbine_cluster_modelchain import TurbineClusterModelChain # noq: F401
0 commit comments