Skip to content

Commit 1fb78f3

Browse files
committed
formatted views.py with ruff for ci to pass
1 parent dcc5b1d commit 1fb78f3

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
@@ -274,7 +274,6 @@ def commitfest(request, cfid):
274274
orderby_str = "topic, created"
275275
sortkey = 0
276276

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

0 commit comments

Comments
 (0)