[skip ci] Optimize chaos checker import (#11467)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/11469/head
ThreadDao 2021-11-08 21:41:09 +08:00 committed by GitHub
parent aa92078a20
commit 704f4ddcb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from time import sleep
from base.collection_wrapper import ApiCollectionWrapper
from common import common_func as cf
from common import common_type as ct
import constants
from chaos import constants
from common.common_type import CheckTasks
from utils.util_log import test_log as log