Skip to content

Commit 59de034

Browse files
committed
Fix formatting
1 parent e5381c0 commit 59de034

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pythonsd/urls.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
# URL shortcuts for popular external links
7171
path(
7272
r"discord/",
73-
generic.RedirectView.as_view(url="https://discord.gg/8GpWuVvdbQ", permanent=False),
73+
generic.RedirectView.as_view(
74+
url="https://discord.gg/8GpWuVvdbQ",
75+
permanent=False,
76+
),
7477
),
7578
path(
7679
r"youtube/",

0 commit comments

Comments
 (0)