Procházet zdrojové kódy

Small PEP8 corrections

Jeroen před 11 roky
rodič
revize
ed68d2aba9
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  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
-# 
+#