Skip to content

Commit 98543b3

Browse files
committed
formatted views.py with ruff for ci to pass
1 parent 8f49548 commit 98543b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pgcommitfest/commitfest/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def commitfest(request, cfid):
275275
orderby_str = "topic, created"
276276
sortkey = 0
277277

278-
279278
if not has_filter and sortkey == 0 and request.GET:
280279
# Redirect to get rid of the ugly url
281280
return HttpResponseRedirect("/%s/" % cf.id)

0 commit comments

Comments
 (0)