Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Oct 7, 2024
1 parent 6d7ff79 commit d5cb16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/control/chargepoint/chargepoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
from control.ev import Ev
from control import phase_switch
from control.chargepoint.chargepoint_state import ChargepointState
from helpermodules.constants import NO_ERROR
from helpermodules.phase_mapping import convert_single_evu_phase_to_cp_phase
from helpermodules.pub import Pub
from helpermodules import timecheck
Expand Down
4 changes: 2 additions & 2 deletions packages/control/ocpp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

from control import data
from control.chargepoint.chargepoint import Chargepoint
from modules.devices.mqtt.config import Mqtt
from modules.devices.mqtt.device import create_device
from modules.devices.generic.mqtt.config import Mqtt
from modules.devices.generic.mqtt.device import create_device


@pytest.fixture()
Expand Down

0 comments on commit d5cb16d

Please sign in to comment.