Skip to content

Commit 9bd8df9

Browse files
authored
Update abstract_factory.py
1 parent c1201d0 commit 9bd8df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creational/abstract_factory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class db_factory(ABC):
99
@abstractmethod
10-
def create_sql_db(self):
10+
def create_no_sql_db(self):
1111
pass
1212
@abstractmethod
1313
def create_sql_db(self):

0 commit comments

Comments
 (0)