Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 602888a

Browse files
committed
Pep8 check for abstract_factory.py
1 parent 1542a60 commit 602888a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

abstract_factory.py

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
import random
99

10+
1011
class PetShop:
1112

1213
"""A pet shop"""
@@ -64,6 +65,7 @@ def get_pet(self):
6465
def get_food(self):
6566
return "cat food"
6667

68+
6769
# Create the proper family
6870
def get_factory():
6971
"""Let's be dynamic!"""

0 commit comments

Comments
 (0)