Skip to content

Commit

Permalink
unused FaultState removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberhofer, Peter committed Nov 3, 2023
1 parent b8b2609 commit 5e045db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/modules/devices/rct/bat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from dataclass_utils import dataclass_from_dict
from modules.common.component_state import BatState
from modules.common.component_type import ComponentDescriptor
from modules.common.fault_state import ComponentInfo, FaultState
from modules.common.fault_state import ComponentInfo
from modules.common.store import get_bat_value_store
from modules.devices.rct.config import RctBatSetup
from modules.devices.rct.rct_lib import RCT
Expand Down

0 comments on commit 5e045db

Please sign in to comment.