Browse Source

Small PEP8 corrections

Jeroen 11 years ago
parent
commit
ed68d2aba9
1 changed files with 4 additions and 3 deletions
  1. 4 3
      facade.py

+ 4 - 3
facade.py

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