Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Oct 11, 2024
1 parent d284d71 commit 56e35ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oemof/thermal/facades.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
from oemof.solph import Flow
from oemof.solph import Investment
from oemof.solph import sequence
from oemof.solph.components import Converter
from oemof.solph.components import GenericStorage
from oemof.solph.components import Source
from oemof.solph.components import Converter
from oemof.tools.debugging import SuspiciousUsageWarning

from oemof.thermal.concentrating_solar_power import csp_precalc
Expand Down

0 comments on commit 56e35ef

Please sign in to comment.