Ver Fonte

Small pep8 fix to make the test suite happy on jenkins

Pierre-Yves Chibon há 7 anos atrás
pai
commit
79825bdba5
1 ficheiros alterados com 1 adições e 0 exclusões
  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