Ver Fonte

Added two blank lines for function definition (PEP8).

Sander Mathijs van Veen há 14 anos atrás
pai
commit
bfdd1d168b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      runner.py

+ 1 - 0
runner.py

@@ -111,6 +111,7 @@ class TextTestRunner(unittest.TextTestRunner):
 
         return result
 
+
 def main(tests, verbose=0, color=True):
     testcases = []