Skip to content

Commit e22fad7

Browse files
committed
fix: correct import statement for BatteryPriceHandler in battery_interface.py
1 parent 85e6996 commit e22fad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/battery_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import threading
4141
import time
4242
import requests
43-
from interfaces.battery_price_handler import BatteryPriceHandler
43+
from .battery_price_handler import BatteryPriceHandler
4444

4545
logger = logging.getLogger("__main__")
4646
logger.info("[BATTERY-IF] loading module ")

0 commit comments

Comments
 (0)