[skip e2e] Remove unused time import (#14535)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/14536/head
ThreadDao 2021-12-29 17:19:25 +08:00 committed by GitHub
parent 1a76707e36
commit b22b72ac95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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'