noqu → noqa

This commit is contained in:
Laura Klünder 2024-12-02 21:10:35 +01:00
parent 1ca1277f13
commit aec56e5bbb

View file

@ -50,7 +50,7 @@ if settings.SERVE_ANYTHING:
if settings.METRICS:
with suppress(ImportError):
import django_prometheus # noqu
import django_prometheus # noqa
from c3nav.mapdata.views import prometheus_exporter
urlpatterns += [
path('prometheus/metrics', prometheus_exporter, name='prometheus-exporter'),