HomePhabricator

Specify missing kwarg for render_template

Description

Specify missing kwarg for render_template

It turns out that mypy completely skips functions that have no type
annotations. Once I added type annotations here (not yet committed), it
complained about the extraneous argument, which was missing the keyword.

Details

Provenance
LucasWerkmeisterAuthored on Feb 16 2020, 11:00 PM
Parents
R2494:d3b9073458a2: Add missing HTTP error codes to two responses
Branches
Unknown
Tags
Unknown
ChangeId
None