haldis/app
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
..
database Reformat with black 2020-07-17 11:40:15 +02:00
hlds Reformat with black 2020-07-17 11:40:15 +02:00
migrations Reformat with black 2020-07-17 11:40:15 +02:00
models Reformat with black 2020-07-17 11:40:15 +02:00
static Fix themes 2020-07-18 03:29:27 +02:00
templates Update link to zeus.gent and https 2020-07-18 20:09:03 +02:00
views Remove incorrect comment 2020-07-18 23:50:49 +02:00
app.py Fix shadowed variable name 2020-07-18 03:38:55 +02:00
config.example.py Drop migration of "paid" to non-nullable 2020-01-26 19:48:31 +01:00
fatmodels.py Reformat with black 2020-07-17 11:40:15 +02:00
forms.py Reformat with black 2020-07-17 11:40:15 +02:00
login.py Fix pylint for Haldis 2019-09-12 20:53:25 +02:00
notification.py Reformat with black 2020-07-17 11:40:15 +02:00
parse_hlds.py Reformat with black 2020-07-17 11:40:15 +02:00
passenger_wsgi.py Better document Passenger file to avoid surprises 2020-07-18 04:14:32 +02:00
utils.py Reformat with black 2020-07-17 11:40:15 +02:00
zeus.py Reformat with black 2020-07-17 11:40:15 +02:00