From fccec38fcd47d2f577e24e93aadf673ed3b8a24f Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Nov 16 2017 21:23:01 +0000 Subject: Fix pep8 to make the unit test happy again Signed-off-by: Clement Verna --- diff --git a/pagure/ui/app.py b/pagure/ui/app.py index 07eeb05..a822176 100644 --- a/pagure/ui/app.py +++ b/pagure/ui/app.py @@ -36,6 +36,7 @@ def _get_user(username): except pagure.exceptions.PagureException as e: flask.abort(404, e.message) + def _filter_acls(repos, acl, user): """ Filter the given list of repositories to return only the ones where the user has the specified acl.