Add missing newline, breaking pycodestyle
authorMagnus Hagander <[email protected]>
Mon, 5 Aug 2024 08:15:36 +0000 (10:15 +0200)
committerMagnus Hagander <[email protected]>
Mon, 5 Aug 2024 08:15:36 +0000 (10:15 +0200)
pgcommitfest/commitfest/views.py

index 0dcdb886d7bedda44d866d90e2d2adb62c18a7cb..c6451e7e161e7f9859313e689cc9188c478e53a2 100644 (file)
@@ -258,6 +258,7 @@ def global_search(request):
         'title': 'Patch search results',
     })
 
+
 def patch_redirect(request, patchid):
     last_commitfest = PatchOnCommitFest.objects.select_related('commitfest').filter(patch_id=patchid).order_by('-commitfest__startdate').first()
     if not last_commitfest: