Skip to content

Commit 9c5901a

Browse files
committed
Fix typo in comment
1 parent fcbd378 commit 9c5901a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

windpowerlib/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
WindTurbine,
77
get_turbine_types,
88
create_power_curve,
9-
) # noq: F401
10-
from .wind_farm import WindFarm # noq: F401
11-
from .wind_turbine_cluster import WindTurbineCluster # noq: F401
12-
from .modelchain import ModelChain # noq: F401
13-
from .turbine_cluster_modelchain import TurbineClusterModelChain # noq: F401
9+
) # noqa: F401
10+
from .wind_farm import WindFarm # noqa: F401
11+
from .wind_turbine_cluster import WindTurbineCluster # noqa: F401
12+
from .modelchain import ModelChain # noqa: F401
13+
from .turbine_cluster_modelchain import TurbineClusterModelChain # noqa: F401

0 commit comments

Comments
 (0)