Skip to content

Commit

Permalink
codequality
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaratass committed Jun 17, 2024
1 parent f48e9c0 commit 15f85bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso15118/secc/controller/evse_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def update_dc_charge_parameters(
)
if dc_charge_parameter.evse_current_regulation_tolerance:
self.current_regulation_tolerance = (
dc_charge_parameter.evse_current_regulation_tolerance.get_decimal_value() # noqa: E501
dc_charge_parameter.evse_current_regulation_tolerance.get_decimal_value() # noqa: E501
)
if dc_charge_parameter.evse_energy_to_be_delivered:
self.energy_to_be_delivered = (
Expand Down

0 comments on commit 15f85bc

Please sign in to comment.