Midgard
65fa6441b1
The comment says that mypy gives a "Missing return statement" but it links to an issue on the mypy bug tracker about the same error message reported after exhaustive enum matching. This is a completely different situation, here the "Missing return statement" is warranted: this part of the code is reachable so an explicit `return None` is wanted for this function that returns an Optional. |
||
---|---|---|
.. | ||
database | ||
hlds | ||
migrations | ||
models | ||
static | ||
templates | ||
views | ||
app.py | ||
config.example.py | ||
fatmodels.py | ||
forms.py | ||
login.py | ||
notification.py | ||
parse_hlds.py | ||
passenger_wsgi.py | ||
utils.py | ||
zeus.py |