From 37715a565494cf02d247cd0c0a3d548db7a87cd7 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Sat, 18 Sep 2021 10:43:51 +0800 Subject: [PATCH] [skip ci]Remove useless code (#8184) Signed-off-by: yanliang567 --- tests/python_client/chaos/chaos_commons.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/python_client/chaos/chaos_commons.py b/tests/python_client/chaos/chaos_commons.py index 6417d9143c..bdd05e4fce 100644 --- a/tests/python_client/chaos/chaos_commons.py +++ b/tests/python_client/chaos/chaos_commons.py @@ -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)