Pep8 corrections · boler/python-patterns@a4f99ed · GitHub
Skip to content

Commit a4f99ed

Browse files
committed
Pep8 corrections
Some minor adjustments
1 parent 029cec2 commit a4f99ed

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

3-tier.py

Lines changed: 4 additions & 3 deletions
-7 Bytes
Binary file not shown.

chain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self):
3939
h1.successor(h2)
4040
h2.successor(h3)
4141

42-
self.handlers = (h1,h2,h3)
42+
self.handlers = (h1, h2, h3)
4343

4444
def delegate(self, requests):
4545
for request in requests:

decorator.py

Lines changed: 3 additions & 0 deletions

0 commit comments

Comments
 (0)