Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Garry Blair committed Mar 26, 2024
1 parent 16012af commit d9288a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iso15118/evcc/states/iso15118_20_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,9 @@ async def process_message(
service_discovery_res.service_renegotiation_supported
)

req_energy_services: List[ServiceV20] = (
await self.comm_session.ev_controller.get_supported_energy_services()
)
req_energy_services: List[
ServiceV20
] = await self.comm_session.ev_controller.get_supported_energy_services()

for energy_service in service_discovery_res.energy_service_list.services:
for requested_energy_service in req_energy_services:
Expand Down

0 comments on commit d9288a2

Please sign in to comment.