Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 17, 2024
1 parent 041181f commit 48a26a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyundai_kia_connect_api/Vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class Vehicle:
# EV fields (EV/PHEV)

ev_charge_port_door_is_open: typing.Union[bool, None] = None
ev_charge_power: typing.Union[float, None] = None # Charging power in kW
ev_charge_power: typing.Union[float, None] = None # Charging power in kW

ev_charge_limits_dc: typing.Union[int, None] = None
ev_charge_limits_ac: typing.Union[int, None] = None
Expand Down

0 comments on commit 48a26a1

Please sign in to comment.