Selaa lähdekoodia

Added two blank lines for function definition (PEP8).

Sander Mathijs van Veen 14 vuotta sitten
vanhempi
sitoutus
bfdd1d168b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 = []