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 596ccfe commit 31ef550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion windpowerlib/__init__.py
Expand Up @@ -4,7 +4,9 @@

from windpowerlib.wind_turbine import (
WindTurbine,
get_turbine_types, create_power_curve)
get_turbine_types,
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 31ef550

Please sign in to comment.