Skip to content

Commit

Permalink
remove leading comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kencrim committed Nov 10, 2023
1 parent 0eb13de commit ad79614
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 ad79614

Please sign in to comment.