Skip to content

Commit 27fd76e

Browse files
committed
fixed linting
1 parent c6be2df commit 27fd76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja_extra/controllers/route/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _create_route_function(
150150
if not isinstance(type_hint, t._SpecialForm):
151151
response = type_hint
152152
route_obj = cls(
153-
view_func,
153+
view_func, # type:ignore[arg-type]
154154
path=path,
155155
methods=methods,
156156
auth=auth,

0 commit comments

Comments
 (0)