remove final six (#10822)

This commit is contained in:
Chun-Wei Chen 2022-03-10 11:16:40 -05:00 committed by GitHub
parent 22c475520e
commit e6456260b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ import onnx
import onnxruntime
from onnx import helper, TensorProto, ModelProto
from onnx import onnx_pb as onnx_proto
from six import string_types
from enum import Enum
from .quant_utils import QuantType, smooth_distribution, apply_plot