mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Remove unused time import (#14535)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/14536/head
parent
1a76707e36
commit
b22b72ac95
|
@ -2,7 +2,6 @@ from __future__ import print_function
|
|||
from kubernetes import client, config
|
||||
from kubernetes.client.rest import ApiException
|
||||
from utils.util_log import test_log as log
|
||||
import time
|
||||
|
||||
_GROUP = 'milvus.io'
|
||||
_VERSION = 'v1alpha1'
|
||||
|
|
Loading…
Reference in New Issue