Skip to content

Commit

Permalink
Apply isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Oct 26, 2023
1 parent 3d98b6d commit c646270
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions etrago/cluster/electrical.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,7 @@
strategies_generators,
strategies_one_ports,
)

from etrago.tools.utilities import (
set_control_strategies,
)
from etrago.tools.utilities import set_control_strategies

logger = logging.getLogger(__name__)

Expand Down
1 change: 0 additions & 1 deletion etrago/cluster/gas.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
kmedoids_dijkstra_clustering,
sum_with_inf,
)

from etrago.tools.utilities import set_control_strategies

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit c646270

Please sign in to comment.