Skip to content

Commit b4a3125

Browse files
author
Ubuntu
committed
flake8
1 parent ceccc3c commit b4a3125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stitch_connect_client/models/create_source_body.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ class CreateSourceBody(object):
3737
"type": "str",
3838
"name": "str",
3939
"properties": "SourceFormProperties",
40-
"destination_id": "integer"
40+
"destination_id": "integer",
4141
}
4242

4343
attribute_map = {
4444
"display_name": "display_name",
4545
"type": "type",
4646
"name": "name",
4747
"properties": "properties",
48-
"destination_id": "destination_id"
48+
"destination_id": "destination_id",
4949
}
5050

5151
def __init__(
@@ -55,7 +55,7 @@ def __init__(
5555
name=None,
5656
properties=None,
5757
local_vars_configuration=None,
58-
destination_id=None
58+
destination_id=None,
5959
): # noqa: E501
6060
"""CreateSourceBody - a model defined in OpenAPI""" # noqa: E501
6161
if local_vars_configuration is None:

0 commit comments

Comments
 (0)