Skip to content

Commit e05b35f

Browse files
committed
linted abstract_factory.py
1 parent b6ceef4 commit e05b35f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

patterns/creational/abstract_factory.py

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def buy_pet(self, name: str) -> Pet:
7777
return pet
7878

7979

80-
8180
# Show pets with various factories
8281
def main() -> None:
8382
"""

0 commit comments

Comments
 (0)