removed duplicates keys from __private_database_tarantool dict

This commit is contained in:
andrei 2022-03-24 11:48:30 +02:00
parent c4bd7f9522
commit 94be1dda8c
2 changed files with 1 additions and 5 deletions

View File

@ -1,3 +1,4 @@
from functools import singledispatch
# Copyright © 2020 Interplanetary Database Association e.V.,
# BigchainDB and IPDB software contributors.
# SPDX-License-Identifier: (Apache-2.0 AND CC-BY-4.0)

View File

@ -68,11 +68,6 @@ class Config(metaclass=Singleton):
"service": "tarantoolctl connect",
"init_config": self.__private_init_config,
"drop_config": self.__private_drop_config,
'host': 'localhost',
'port': 3301,
"connect_now": True,
"encoding": "utf-8"
}
self.__private_database_map = {