浏览代码

Small PEP8 corrections

Jeroen 11 年之前
父节点
当前提交
ed68d2aba9
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      facade.py

+ 4 - 3
facade.py

@@ -5,6 +5,7 @@ import time
 
 SLEEP = 0.5
 
+
 # Complex Parts
 class TC1:
     def run(self):
@@ -68,16 +69,16 @@ if __name__ == '__main__':
 # Running test
 # Tearing down
 # Test Finished
-# 
+#
 # ###### In Test 2 ######
 # Setting up
 # Running test
 # Tearing down
 # Test Finished
-# 
+#
 # ###### In Test 3 ######
 # Setting up
 # Running test
 # Tearing down
 # Test Finished
-# 
+#