Skip to content

Commit

Permalink
Tidy up merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpirt committed Dec 3, 2023
1 parent 779ac42 commit 0035eab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions battery/battery_cell.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
from __future__ import annotations

<<<<<<< HEAD
=======
from hal import get_interval
>>>>>>> 763c272 (Add hysteresis on detecting over voltage errors)
from .constants import OVER_VOLTAGE, UNDER_VOLTAGE
from typing import TYPE_CHECKING, List
if TYPE_CHECKING:
Expand Down
2 changes: 1 addition & 1 deletion bms/battery_heating.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from battery.battery_pack import BatteryPack
from bms.config import Config
from config import Config
from hal import Pin


Expand Down
2 changes: 1 addition & 1 deletion test/bms/test_Bms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest
from battery.battery_pack import BatteryPack # type: ignore
from bms import Config
from config import Config
from bms.bms import Bms
from bms.current_sensor.current_sensor import CurrentSensor

Expand Down

0 comments on commit 0035eab

Please sign in to comment.