From aec56e5bbb985dad197a9cc5f738d4ff91bc88fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Mon, 2 Dec 2024 21:10:35 +0100 Subject: [PATCH] =?UTF-8?q?noqu=20=E2=86=92=20noqa?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/c3nav/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/urls.py b/src/c3nav/urls.py index de4f714f..85840077 100644 --- a/src/c3nav/urls.py +++ b/src/c3nav/urls.py @@ -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'),