Skip to content

Commit f2a10d0

Browse files
Missing line
1 parent 34991db commit f2a10d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi_python_client/templates/client.py.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def replace_client_path(client: Client, base_path: str) -> Client:
199199
client._base_url = updated_url.geturl()
200200
return client
201201

202+
202203
def v3_stable_client(client: Client) -> Client:
203204
"""Override a client's base URL with a v2 stable path."""
204205
return replace_client_path(client, "api/v3-draft")

0 commit comments

Comments
 (0)