Skip to content

Commit 46fb9f7

Browse files
committed
formatting issue
1 parent 55f3229 commit 46fb9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/python/package/services/service.py.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Dict[str, Any]
109109
{{ parameter.name | escapeKeyword | caseSnake }}: {{ parameter | getServicePropertyType(service.name) | raw }}{% if not parameter.required %} = None{% endif %}{% endfor %}{% if 'multipart/form-data' in method.consumes %},
110110
on_progress = None{% endif %}{% if isGenericResponse %},
111111
model_type: Type[T] = dict{% endif %}
112+
112113
) -> {{ returnType | trim }}:
113114
"""
114115
{% autoescape false %}{{ method.description | replace({"\n": "\n "}) }}{% endautoescape %}

0 commit comments

Comments
 (0)