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 70e3b88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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 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 70e3b88

Please sign in to comment.