Skip to content

Commit

Permalink
Fixed formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 committed Apr 16, 2024
1 parent 7272120 commit e565bec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions iso15118/evcc/states/iso15118_20_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
SessionStopRes,
)
from iso15118.shared.messages.iso15118_20.common_types import (
DisplayParameters,
EVSENotification,
MessageHeader,
Processing,
Expand Down Expand Up @@ -1001,7 +1000,7 @@ async def process_message(
session_id=self.comm_session.session_id,
timestamp=time.time(),
),
display_parameters=await self.comm_session.ev_controller.get_display_params(),
display_parameters=await self.comm_session.ev_controller.get_display_params(), # noqa
scheduled_params=scheduled_params,
dynamic_params=dynamic_params,
bpt_scheduled_params=bpt_scheduled_params,
Expand Down Expand Up @@ -1325,7 +1324,7 @@ async def process_message(
session_id=self.comm_session.session_id,
timestamp=time.time(),
),
display_parameters=await self.comm_session.ev_controller.get_display_params(),
display_parameters=await self.comm_session.ev_controller.get_display_params(), # noqa
scheduled_params=scheduled_params,
dynamic_params=dynamic_params,
bpt_scheduled_params=bpt_scheduled_params,
Expand Down Expand Up @@ -1699,7 +1698,7 @@ async def build_current_demand_data(self):
session_id=self.comm_session.session_id,
timestamp=time.time(),
),
display_parameters=await self.comm_session.ev_controller.get_display_params(),
display_parameters=await self.comm_session.ev_controller.get_display_params(), # noqa
ev_present_voltage=await self.comm_session.ev_controller.get_present_voltage(), # noqa
scheduled_params=scheduled_params,
dynamic_params=dynamic_params,
Expand Down

0 comments on commit e565bec

Please sign in to comment.