From fa3c88f3fef68a54bc409a335fdd77bc0fb46157 Mon Sep 17 00:00:00 2001 From: Yugo Kato Date: Sun, 22 Sep 2024 08:36:14 -0700 Subject: [PATCH] Fix typo --- src/openapi_test_client/libraries/api/api_client_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi_test_client/libraries/api/api_client_generator.py b/src/openapi_test_client/libraries/api/api_client_generator.py index f3879c6..969e8fa 100644 --- a/src/openapi_test_client/libraries/api/api_client_generator.py +++ b/src/openapi_test_client/libraries/api/api_client_generator.py @@ -324,7 +324,7 @@ def update_existing_endpoints(target_api_class: type[APIClassType] = api_class): # print( # f"{method.upper()} {path}:\n" # f" - matched: {repr(matched.group(0))}\n" - # f" - decorators: {repr(func_def)}\n" + # f" - decorators: {repr(decorators)}\n" # f" - func_def: {repr(matched.group("func_def"))}\n" # f" - func_name: {repr(func_name)}\n" # f" - signature: {repr(signature)}\n"