Skip to content

Commit c570b2d

Browse files
committed
style: remove trailing whitespace in README template
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent abce4b9 commit c570b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi_python_client/templates/README.md.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Things to know:
4747
1. `sync_detailed`: Blocking request that always returns a `Request`, optionally with `parsed` set if the request was successful.
4848
1. `asyncio`: Like `sync` but the async instead of blocking
4949
1. `asyncio_detailed`: Like `sync_detailed` by async instead of blocking
50-
50+
5151
1. All path/query params, and bodies become method arguments.
5252
1. If your endpoint had any tags on it, the first tag will be used as a module name for the function (my_tag above)
53-
1. Any endpoint which did not have a tag will be in `{{ package_name }}.api.default`
53+
1. Any endpoint which did not have a tag will be in `{{ package_name }}.api.default`
5454

5555
## Building / publishing this Client
5656
This project uses [Poetry](https://python-poetry.org/) to manage dependencies and packaging. Here are the basics:

0 commit comments

Comments
 (0)