From 433e5e33edd805133b3154bc3ec382884f651435 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 11 2018 13:52:46 +0000 Subject: Run black over the entire project Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/lib/git.py b/pagure/lib/git.py index 6b88900..3fa18aa 100644 --- a/pagure/lib/git.py +++ b/pagure/lib/git.py @@ -1892,7 +1892,8 @@ def get_diff_info(repo_obj, orig_repo, branch_from, branch_to, prid=None): def diff_pull_request( - session, request, repo_obj, orig_repo, with_diff=True, notify=True): + session, request, repo_obj, orig_repo, with_diff=True, notify=True +): """ Returns the diff and the list of commits between the two git repos mentionned in the given pull-request.