Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Mar 11, 2024
1 parent 73d3684 commit 75e3795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion floris/turbine_library/turbine_previewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import numpy as np
from attrs import define, field

from floris.core.turbine.operation_models import POWER_SETPOINT_DEFAULT
from floris.core.turbine.turbine import (
power,
thrust_coefficient,
Expand All @@ -19,7 +20,7 @@
round_nearest,
round_nearest_2_or_5,
)
from floris.core.turbine.operation_models import POWER_SETPOINT_DEFAULT


INTERNAL_LIBRARY = Path(__file__).parent
DEFAULT_WIND_SPEEDS = np.linspace(0, 40, 81)
Expand Down

0 comments on commit 75e3795

Please sign in to comment.