Skip to content

Commit 16f6f4d

Browse files
committed
falke8
1 parent 196eb4a commit 16f6f4d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/modules/common/hardware_check_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from modules.common.component_state import CounterState, EvseState
99
from modules.common.evse import Evse
1010
from modules.common.hardware_check import (
11-
EVSE_BROKEN, LAN_ADAPTER_BROKEN, METER_BROKEN_VOLTAGES, METER_NO_SERIAL_NUMBER,
12-
METER_PROBLEM, OPEN_TICKET, USB_ADAPTER_BROKEN,
11+
EVSE_BROKEN, LAN_ADAPTER_BROKEN, METER_BROKEN_VOLTAGES, METER_PROBLEM, OPEN_TICKET, USB_ADAPTER_BROKEN,
1312
SeriesHardwareCheckMixin, _check_meter_values)
1413
from modules.common.modbus import NO_CONNECTION, ModbusSerialClient_, ModbusTcpClient_
1514
from modules.conftest import SAMPLE_IP, SAMPLE_PORT

0 commit comments

Comments
 (0)