Skip to content

Commit 02469f2

Browse files
committed
Cleanup
1 parent 3aaffcc commit 02469f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sqlalchemy_memory/base/connection.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ def rollback(self):
1010
def close(self):
1111
pass
1212

13-
@classmethod
14-
def connect(cls, store, *args, **kwargs):
15-
connection = MemoryDBAPIConnection()
16-
connection.store = store
17-
return connection

0 commit comments

Comments
 (0)