Skip to content

Commit b7af4e7

Browse files
authored
Fix definition of GetVariableResultType.variable (mobilityhouse#316)
1 parent f5d210b commit b7af4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocpp/v201/datatypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ class GetVariableResultType:
436436

437437
attribute_status: enums.GetVariableStatusType
438438
component: ComponentType
439-
variable = VariableType
439+
variable: VariableType
440440
attribute_type: Optional[enums.AttributeType] = None
441441
attribute_value: Optional[str] = None
442442
attribute_status_info: Optional[StatusInfoType] = None

0 commit comments

Comments
 (0)