Skip to content

Commit 6dadf3e

Browse files
Hongbin Huangfreemindcore
Hongbin Huang
authored andcommitted
fix: pass mypy
1 parent a2846c0 commit 6dadf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easy/controller/auto_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def create_api_controller(
5858
},
5959
)
6060

61-
return api_controller(
61+
return api_controller( # type: ignore
6262
f"/{app_name}/{model_name.lower()}",
6363
tags=[f"{model_name} {controller_name_prefix}API"],
6464
permissions=[permission_class],

0 commit comments

Comments
 (0)