We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1201d0 commit 9bd8df9Copy full SHA for 9bd8df9
Creational/abstract_factory.py
@@ -7,7 +7,7 @@
7
8
class db_factory(ABC):
9
@abstractmethod
10
- def create_sql_db(self):
+ def create_no_sql_db(self):
11
pass
12
13
def create_sql_db(self):
0 commit comments