Skip to content

Commit 2d64ecb

Browse files
committed
fix typo
1 parent 8f7ce9a commit 2d64ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/templates/endpoint_module.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def _get_kwargs(
3838
{{ multipart_body(endpoint) | indent(4) }}
3939

4040
return {
41-
"method": "{{ endpoint.method }}",
41+
"method": "{{ endpoint.method }}",
4242
"url": url,
4343
"headers": headers,
4444
"cookies": cookies,

0 commit comments

Comments
 (0)