Skip to content

Commit

Permalink
fix: pass mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hongbin Huang authored and freemindcore committed Jun 7, 2023
1 parent a2846c0 commit 6dadf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy/controller/auto_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def create_api_controller(
},
)

return api_controller(
return api_controller( # type: ignore
f"/{app_name}/{model_name.lower()}",
tags=[f"{model_name} {controller_name_prefix}API"],
permissions=[permission_class],
Expand Down

0 comments on commit 6dadf3e

Please sign in to comment.