haldis/app/views
Midgard 65fa6441b1
Remove incorrect comment
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.
2020-07-18 23:50:49 +02:00
..
debug.py Fix pylint for views and templates 2019-09-12 20:50:17 +02:00
general.py Fix themes 2020-07-18 03:29:27 +02:00
order.py Remove incorrect comment 2020-07-18 23:50:49 +02:00
stats.py Fix stats view 2020-02-26 21:33:41 +01:00
themes.yml Fix themes 2020-07-18 03:29:27 +02:00