Browse Source

Small pep8 fix to make the test suite happy on jenkins

Pierre-Yves Chibon 7 years ago
parent
commit
79825bdba5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pagure/perfrepo.py

+ 1 - 0
pagure/perfrepo.py

@@ -190,6 +190,7 @@ class PerfRepo(object):
         TOTALS['steps'] += 1
         TOTALS['steps'] += 1
         return self.iter.next()
         return self.iter.next()
 
 
+
 pygit2.Repository = PerfRepo
 pygit2.Repository = PerfRepo