Skip to content

Commit 9f8899c

Browse files
committed
Fix a pylint issue.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 20850a6 commit 9f8899c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import six
1212
import numpy as np
1313

14-
from onnx import helper, numpy_helper, shape_inference, OperatorSetIdProto, AttributeProto, TensorProto
14+
from onnx import helper, numpy_helper, shape_inference, AttributeProto, TensorProto
1515
from tf2onnx import utils, __version__
1616
from tf2onnx.utils import make_name, port_name, find_opset
1717
from tf2onnx import optimizer

0 commit comments

Comments
 (0)