Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yugokato committed Sep 22, 2024
1 parent c41cb61 commit fa3c88f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa3c88f

Please sign in to comment.