Browse Source

Added two blank lines for function definition (PEP8).

Sander Mathijs van Veen 14 năm trước cách đây
mục cha
commit
bfdd1d168b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 = []