Delete unused import (#8079)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/8092/head
ThreadDao 2021-09-16 16:57:49 +08:00 committed by GitHub
parent 3843f9cba0
commit 5792608e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 5 deletions

View File

@ -10,7 +10,6 @@ from pymilvus import DataType
from base.schema_wrapper import ApiCollectionSchemaWrapper, ApiFieldSchemaWrapper
from common import common_type as ct
from utils.util_log import test_log as log
import threading
import traceback
"""" Methods of processing data """

View File

@ -1,7 +1,6 @@
from __future__ import print_function
from kubernetes import client, config
from kubernetes.client.rest import ApiException
from chaos import constants as cf
from utils.util_log import test_log as log
_GROUP = 'milvus.io'

View File

@ -1,6 +1,3 @@
import pdb
import logging
import pytest
from pymilvus import DataType