Skip to content

Commit

Permalink
GSYE-651: Re-added mock in fixture_heatpump_strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdiedrich committed Oct 26, 2023
1 parent 629e9ae commit 6306867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/strategies/test_heat_pump.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
from gsy_framework.data_classes import Trade, TraderDetails
from gsy_framework.enums import AvailableMarketTypes

import gsy_e.models.strategy.heat_pump
from gsy_e.gsy_e_core.util import gsye_root_path
from gsy_e.models.area import Area
from gsy_e.models.strategy.heat_pump import HeatPumpStrategy, HeatPumpOrderUpdaterParameters
from gsy_e.models.strategy.virtual_heatpump import VirtualHeatpumpStrategy
import gsy_e.models.strategy.heat_pump

if TYPE_CHECKING:
from gsy_e.models.strategy.trading_strategy_base import TradingStrategyBase
Expand Down

0 comments on commit 6306867

Please sign in to comment.