Skip to content

Commit 5a5c909

Browse files
authored
fix: Async example in generated README.md
1 parent b2adc2c commit 5a5c909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi_python_client/templates/README.md.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Or do the same thing with an async version:
3434

3535
```python
3636
from {{ package_name }}.models import MyDataModel
37-
from {{ package_name }}.async_api.my_tag import get_my_data_model
37+
from {{ package_name }}.api.my_tag import get_my_data_model
3838
from {{ package_name }}.types import Response
3939

4040
my_data: MyDataModel = await get_my_data_model.asyncio(client=client)

0 commit comments

Comments
 (0)