-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
openapi-python-client/openapi_python_client/templates/property_templates/uuid_property.py.jinja
Line 30 in 3d5e270
| files.append(({{ name }}, (None, str({{ source }}), "text/plain")) |
That line
files.append(({{ name }}, (None, str({{ source }}), "text/plain"))
is missing a trailing parenthesis and should be
files.append(({{ name }}, (None, str({{ source }}), "text/plain")))
Metadata
Metadata
Assignees
Labels
No labels