Skip to content

Commit

Permalink
remove leading commas
Browse files Browse the repository at this point in the history
  • Loading branch information
kencrim committed Nov 14, 2023
1 parent e6e8773 commit e53e7d1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions lob_python/model/campaign_creative.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,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 Expand Up @@ -188,7 +188,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
description (str, type(None)): [optional] # noqa: E501
_from (str, AddressEditable, type(None)): Must either be an address ID or an inline object with correct address parameters.. [optional] # noqa: E501
resource_type (str, type(None)): Mailpiece type for the creative. [optional] # noqa: E501
details (, PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
details (PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
metadata (MetadataModel, type(None)): [optional] # noqa: E501
template_preview_urls (dict, type(None)): Preview URLs associated with a creative's artwork asset(s) if the creative uses HTML templates as assets.. [optional] # noqa: E501
template_previews (list, type(None)): A list of template preview objects if the creative uses HTML template(s) as artwork asset(s).. [optional] # noqa: E501
Expand Down Expand Up @@ -282,7 +282,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
description (str, type(None)): [optional] # noqa: E501
_from (str, AddressEditable, type(None)): Must either be an address ID or an inline object with correct address parameters.. [optional] # noqa: E501
resource_type (str, type(None)): Mailpiece type for the creative. [optional] # noqa: E501
details (, PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
details (PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
metadata (MetadataModel, type(None)): [optional] # noqa: E501
template_preview_urls (dict, type(None)): Preview URLs associated with a creative's artwork asset(s) if the creative uses HTML templates as assets.. [optional] # noqa: E501
template_previews (list, type(None)): A list of template preview objects if the creative uses HTML template(s) as artwork asset(s).. [optional] # noqa: E501
Expand Down
6 changes: 3 additions & 3 deletions lob_python/model/creative_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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 Expand Up @@ -180,7 +180,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
description (str, type(None)): [optional] # noqa: E501
_from (str, AddressEditable, type(None)): Must either be an address ID or an inline object with correct address parameters.. [optional] # noqa: E501
resource_type (str, type(None)): Mailpiece type for the creative. [optional] # noqa: E501
details (, PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
details (PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
metadata (MetadataModel, type(None)): [optional] # noqa: E501
template_preview_urls (dict, type(None)): Preview URLs associated with a creative's artwork asset(s) if the creative uses HTML templates as assets.. [optional] # noqa: E501
template_previews (list, type(None)): A list of template preview objects if the creative uses HTML template(s) as artwork asset(s).. [optional] # noqa: E501
Expand Down Expand Up @@ -274,7 +274,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
description (str, type(None)): [optional] # noqa: E501
_from (str, AddressEditable, type(None)): Must either be an address ID or an inline object with correct address parameters.. [optional] # noqa: E501
resource_type (str, type(None)): Mailpiece type for the creative. [optional] # noqa: E501
details (, PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
details (PostcardDetailsWritable, type(None)): Either PostcardDetailsReturned or LetterDetailsReturned. [optional] # noqa: E501
metadata (MetadataModel, type(None)): [optional] # noqa: E501
template_preview_urls (dict, type(None)): Preview URLs associated with a creative's artwork asset(s) if the creative uses HTML templates as assets.. [optional] # noqa: E501
template_previews (list, type(None)): A list of template preview objects if the creative uses HTML template(s) as artwork asset(s).. [optional] # noqa: E501
Expand Down
6 changes: 3 additions & 3 deletions lob_python/model/creative_writable.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def openapi_types():
'campaign_id': (str,), # noqa: E501
'description': (str, type(None)), # noqa: E501
'metadata': (MetadataModel, type(None)), # noqa: E501
'details': (, PostcardDetailsWritable, type(None)), # noqa: E501
'details': (PostcardDetailsWritable, type(None)), # noqa: E501
'file': (str, type(None)), # noqa: E501
'front': (str, type(None)), # noqa: E501
'back': (str, type(None)), # noqa: E501
Expand Down Expand Up @@ -170,7 +170,7 @@ def _from_openapi_data(cls, _from, resource_type, campaign_id, *args, **kwargs):
_visited_composed_classes = (Animal,)
description (str, type(None)): [optional] # noqa: E501
metadata (MetadataModel, type(None)): [optional] # noqa: E501
details (, PostcardDetailsWritable, type(None)): Either PostcardDetailsWritable or LetterDetailsWritable. [optional] # noqa: E501
details (PostcardDetailsWritable, type(None)): Either PostcardDetailsWritable or LetterDetailsWritable. [optional] # noqa: E501
file (str, type(None)): PDF file containing the letter's formatting. Do not include for resource_type = postcard.. [optional] # noqa: E501
front (str, type(None)): The artwork to use as the front of your postcard. Do not include for resource_type = letter. . [optional] # noqa: E501
back (str, type(None)): The artwork to use as the back of your postcard. Do not include for resource_type = letter. . [optional] # noqa: E501
Expand Down Expand Up @@ -265,7 +265,7 @@ def __init__(self, _from, resource_type, campaign_id, *args, **kwargs): # noqa:
_visited_composed_classes = (Animal,)
description (str, type(None)): [optional] # noqa: E501
metadata (MetadataModel, type(None)): [optional] # noqa: E501
details (, PostcardDetailsWritable, type(None)): Either PostcardDetailsWritable or LetterDetailsWritable. [optional] # noqa: E501
details (PostcardDetailsWritable, type(None)): Either PostcardDetailsWritable or LetterDetailsWritable. [optional] # noqa: E501
file (str, type(None)): PDF file containing the letter's formatting. Do not include for resource_type = postcard.. [optional] # noqa: E501
front (str, type(None)): The artwork to use as the front of your postcard. Do not include for resource_type = letter. . [optional] # noqa: E501
back (str, type(None)): The artwork to use as the back of your postcard. Do not include for resource_type = letter. . [optional] # noqa: E501
Expand Down
6 changes: 3 additions & 3 deletions lob_python/model/letter_details_returned.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def openapi_types():
'double_sided': (bool, type(None)), # noqa: E501
'extra_service': (str, type(None)), # noqa: E501
'mail_type': (MailType, type(None)), # noqa: E501
'return_envelope': (, bool, type(None)), # noqa: E501
'return_envelope': (bool, type(None)), # noqa: E501
'bleed': (bool, type(None)), # noqa: E501
'file_original_url': (str, type(None)), # noqa: E501
}
Expand Down Expand Up @@ -178,7 +178,7 @@ def _from_openapi_data(cls, color, cards, *args, **kwargs): # noqa: E501
double_sided (bool, type(None)): Set this attribute to `true` for double sided printing, `false` for for single sided printing.. [optional] if omitted the server will use the default value of True # noqa: E501
extra_service (str, type(None)): Add an extra service to your letter.. [optional] # noqa: E501
mail_type (MailType, type(None)): [optional] # noqa: E501
return_envelope (, bool, type(None)): [optional] # noqa: E501
return_envelope (bool, type(None)): [optional] # noqa: E501
bleed (bool, type(None)): Allows for letter bleed. Enabled only with specific feature flags.. [optional] if omitted the server will use the default value of False # noqa: E501
file_original_url (str, type(None)): [optional] # noqa: E501
"""
Expand Down Expand Up @@ -273,7 +273,7 @@ def __init__(self, color, cards, *args, **kwargs): # noqa: E501
double_sided (bool, type(None)): Set this attribute to `true` for double sided printing, `false` for for single sided printing.. [optional] if omitted the server will use the default value of True # noqa: E501
extra_service (str, type(None)): Add an extra service to your letter.. [optional] # noqa: E501
mail_type (MailType, type(None)): [optional] # noqa: E501
return_envelope (, bool, type(None)): [optional] # noqa: E501
return_envelope (bool, type(None)): [optional] # noqa: E501
bleed (bool, type(None)): Allows for letter bleed. Enabled only with specific feature flags.. [optional] if omitted the server will use the default value of False # noqa: E501
file_original_url (str, type(None)): [optional] # noqa: E501
"""
Expand Down

0 comments on commit e53e7d1

Please sign in to comment.