Pārlūkot izejas kodu

Small pep8 fix to make the test suite happy on jenkins

Pierre-Yves Chibon 7 gadi atpakaļ
vecāks
revīzija
79825bdba5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      pagure/perfrepo.py

+ 1 - 0
pagure/perfrepo.py

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