mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 22:45:44 +00:00
removed unused connection
This commit is contained in:
parent
bd373d0419
commit
3ab1922dba
@ -27,7 +27,6 @@ class TarantoolDB:
|
||||
if reset_database:
|
||||
self.drop_database()
|
||||
self.init_database()
|
||||
test_conn = self.db_connect.space("transactions")
|
||||
|
||||
def get_connection(self, space_name: str = None):
|
||||
return self.db_connect if space_name is None else self.db_connect.space(space_name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user