[skip ci] Remove unused package on benchmark (#10126)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-10-18 20:30:43 +08:00 committed by GitHub
parent e03a316772
commit fe5928bff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,10 @@ import logging
import string
import random
from yaml.representer import SafeRepresenter
from yaml import full_load, dump
# from yaml import full_load, dump
import yaml
import tableprint as tp
from pprint import pprint
# from pprint import pprint
import config
logger = logging.getLogger("milvus_benchmark.utils")