Added two blank lines for function definition (PEP8).

parent 9bf94bf3
...@@ -111,6 +111,7 @@ class TextTestRunner(unittest.TextTestRunner): ...@@ -111,6 +111,7 @@ class TextTestRunner(unittest.TextTestRunner):
return result return result
def main(tests, verbose=0, color=True): def main(tests, verbose=0, color=True):
testcases = [] testcases = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment