Procházet zdrojové kódy

Added two blank lines for function definition (PEP8).

Sander Mathijs van Veen před 14 roky
rodič
revize
bfdd1d168b
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 = []