We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aaffcc commit 02469f2Copy full SHA for 02469f2
sqlalchemy_memory/base/connection.py
@@ -10,8 +10,3 @@ def rollback(self):
10
def close(self):
11
pass
12
13
- @classmethod
14
- def connect(cls, store, *args, **kwargs):
15
- connection = MemoryDBAPIConnection()
16
- connection.store = store
17
- return connection
0 commit comments