Update __init__.py: Remove unused ConnectionMgr (#2045)

Signed-off-by: Cupchen <class_cyl@163.com>
This commit is contained in:
Cupchen 2020-04-23 10:30:57 +08:00 committed by GitHub
parent ea5c9f0178
commit 26478a1bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()