Skip to content

Commit 2bcd8f8

Browse files
authored
style: remove trailing whitespace in README template [#480]. Thanks @dbluhm!
1 parent abce4b9 commit 2bcd8f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

end_to_end_tests/golden-record/README.md

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 `my_test_api_client.api.default`
53+
1. Any endpoint which did not have a tag will be in `my_test_api_client.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:

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)