Skip to content

Commit

Permalink
Fix type hint child_certificate_hash_data type (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagosalamandri authored Apr 14, 2023
1 parent e6ed033 commit c795fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp/v201/datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class CertificateHashDataChainType:

certificate_type: enums.GetCertificateIdUseType
certificate_hash_data: CertificateHashDataType
child_certificate_hash_data: CertificateHashDataType
child_certificate_hash_data: Optional[List[CertificateHashDataType]]


@dataclass
Expand Down

0 comments on commit c795fa8

Please sign in to comment.