Skip to content

Commit f517f0c

Browse files
committed
Not an f-string anymore
1 parent e3da2c6 commit f517f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wger/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@
358358
# urlpatterns.append(path('__debug__/', include('debug_toolbar.urls')))
359359

360360
if settings.EXPOSE_PROMETHEUS_METRICS:
361-
urlpatterns += [path(f'prometheus/', include('django_prometheus.urls'))]
361+
urlpatterns += [path('prometheus/', include('django_prometheus.urls'))]

0 commit comments

Comments
 (0)