Skip to content

Commit

Permalink
Add explicit type for Optional used at runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsanchez committed Aug 7, 2018
1 parent 50b455a commit c6b44c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ims/model/json/_address.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class AddressJSONType(Enum):
"""

addressType = str
description = Optional[str]
description: Type[Any] = Optional[str]



Expand Down

0 comments on commit c6b44c8

Please sign in to comment.