Skip to content

Commit

Permalink
small enum key typo
Browse files Browse the repository at this point in the history
  • Loading branch information
villekr committed May 6, 2021
1 parent 8b05557 commit ebf40e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp/v16/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ class GetInstalledCertificateStatus(str, Enum):
GetInstalledCertificateIds.conf
"""
accepted = "Accepted"
notFound = "NotFound"
not_found = "NotFound"


class HashAlgorithm(str, Enum):
Expand Down

0 comments on commit ebf40e5

Please sign in to comment.