Skip to content

Commit e26343d

Browse files
author
sentry-bot
committed
fix: Formatting
1 parent 02191d1 commit e26343d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/integrations/django/myapp/custom_urls.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ def path(path, *args, **kwargs):
1212
from . import views
1313

1414
urlpatterns = [
15-
path("foo/bar/baz/<int:param>/", views.postgres_select_custom, name="postgres_select_custom"),
15+
path(
16+
"foo/bar/baz/<int:param>/",
17+
views.postgres_select_custom,
18+
name="postgres_select_custom",
19+
),
1620
]

0 commit comments

Comments
 (0)