Skip to content

Commit 82f6b87

Browse files
committed
Fix type checking
1 parent b11eb85 commit 82f6b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_code_generator/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ def parse_operation(
512512
**cb_op,
513513
**self._temporary_operation,
514514
path=route,
515-
method=method,
515+
method=method, # type: ignore
516516
)
517517
)
518518

0 commit comments

Comments
 (0)