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"