mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-06 02:42:53 +08:00
Update __init__.py: Remove unused ConnectionMgr (#2045)
Signed-off-by: Cupchen <class_cyl@163.com>
This commit is contained in:
parent
ea5c9f0178
commit
26478a1bbb
@ -15,7 +15,7 @@ def create_app(testing_config=None):
|
||||
pool_recycle=config.SQL_POOL_RECYCLE, pool_timeout=config.SQL_POOL_TIMEOUT,
|
||||
pool_pre_ping=config.SQL_POOL_PRE_PING, max_overflow=config.SQL_MAX_OVERFLOW)
|
||||
|
||||
from mishards.connections import ConnectionMgr, ConnectionTopology
|
||||
from mishards.connections import ConnectionTopology
|
||||
|
||||
readonly_topo = ConnectionTopology()
|
||||
writable_topo = ConnectionTopology()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user