Skip to content

Commit

Permalink
add back comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kencrim committed Nov 10, 2023
1 parent ad79614 commit 180d6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lob_python/model/campaign_creative.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def openapi_types():
'description': (str, type(None)), # noqa: E501
'_from': (str, AddressEditable, type(None)), # noqa: E501
'resource_type': (str, type(None)), # noqa: E501
'details': (PostcardDetailsWritable, type(None)), # noqa: E501
'details': (, PostcardDetailsWritable, type(None)), # noqa: E501
'metadata': (MetadataModel, type(None)), # noqa: E501
'template_preview_urls': (dict, type(None)), # noqa: E501
'template_previews': (list, type(None)), # noqa: E501
Expand Down

0 comments on commit 180d6a4

Please sign in to comment.