[skip ci]Remove useless code (#8184)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/7509/head
yanliang567 2021-09-18 10:43:51 +08:00 committed by GitHub
parent bff7af3e2e
commit 37715a5654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import os
import threading
import glob
import delayed_assert
from chaos import constants
from yaml import full_load
from utils.util_log import test_log as log
@ -68,5 +67,4 @@ def get_chaos_yamls():
def reconnect(connections, alias='default'):
# conn.add_connection(default={"host": host, "port": port})
return connections.connect(alias=alias)