Skip to content

Commit

Permalink
Fixing style errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
stickler-ci committed Feb 24, 2020
1 parent 8c3fb3a commit 86f2439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windpowerlib/__init__.py
Expand Up @@ -5,7 +5,8 @@
from windpowerlib.wind_turbine import (
WindTurbine,
get_turbine_types,
create_power_curve)
create_power_curve,
)
from windpowerlib.wind_farm import WindFarm
from windpowerlib.wind_turbine_cluster import WindTurbineCluster
from windpowerlib.modelchain import ModelChain
Expand Down

0 comments on commit 86f2439

Please sign in to comment.