noqu → noqa
This commit is contained in:
parent
1ca1277f13
commit
aec56e5bbb
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if settings.SERVE_ANYTHING:
|
||||||
|
|
||||||
if settings.METRICS:
|
if settings.METRICS:
|
||||||
with suppress(ImportError):
|
with suppress(ImportError):
|
||||||
import django_prometheus # noqu
|
import django_prometheus # noqa
|
||||||
from c3nav.mapdata.views import prometheus_exporter
|
from c3nav.mapdata.views import prometheus_exporter
|
||||||
urlpatterns += [
|
urlpatterns += [
|
||||||
path('prometheus/metrics', prometheus_exporter, name='prometheus-exporter'),
|
path('prometheus/metrics', prometheus_exporter, name='prometheus-exporter'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue