Browse Source

Run black over the entire project

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
Pierre-Yves Chibon 5 years ago
parent
commit
433e5e33ed
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pagure/lib/git.py

+ 2 - 1
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.