Skip to content

Commit ed68d2a

Browse files
committed
Small PEP8 corrections
1 parent e08d0cc commit ed68d2a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

facade.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
SLEEP = 0.5
77

8+
89
# Complex Parts
910
class TC1:
1011
def run(self):
@@ -68,16 +69,16 @@ def runAll(self):
6869
# Running test
6970
# Tearing down
7071
# Test Finished
71-
#
72+
#
7273
# ###### In Test 2 ######
7374
# Setting up
7475
# Running test
7576
# Tearing down
7677
# Test Finished
77-
#
78+
#
7879
# ###### In Test 3 ######
7980
# Setting up
8081
# Running test
8182
# Tearing down
8283
# Test Finished
83-
#
84+
#

0 commit comments

Comments
 (0)