Skip to content
Snippets Groups Projects
Commit 72b6022e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

api: Add typing to view function signatures

Because parameters of Web API view functions were not typed, mypy was
not processing the body of those functions and thus typing errors could
be missed.

So add typing to these function signatures and fix new mypy errors now
new code is processed.
parent 66ded032
No related branches found
No related tags found
No related merge requests found
Showing
with 191 additions and 161 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment