From 27110011d5531c40edae9d3500038e19a978cce9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 20 2017 17:17:19 +0000 Subject: Small clean up --- diff --git a/pagure/internal/__init__.py b/pagure/internal/__init__.py index 19e89a1..cc5e53e 100644 --- a/pagure/internal/__init__.py +++ b/pagure/internal/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ - (c) 2015-2016 - Copyright Red Hat Inc + (c) 2015-2017 - Copyright Red Hat Inc Authors: Pierre-Yves Chibon @@ -273,9 +273,6 @@ def get_pull_request_ready_branch(): else: compare_branch = None - compare_commits = [] - - for branchname in repo_obj.listall_branches(): branch = repo_obj.lookup_branch(branchname)