Skip to content

Commit 86b208e

Browse files
committed
pylint
1 parent 0eaa212 commit 86b208e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/tfonnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import tf2onnx
2424
import tf2onnx.onnx_opset # pylint: disable=unused-import
2525
import tf2onnx.custom_opsets # pylint: disable=unused-import
26-
from tf2onnx import constants, schemas, utils, handler, onnx_opset
26+
from tf2onnx import constants, schemas, utils, handler
2727
from tf2onnx.graph import Graph
2828
from tf2onnx.graph_matcher import OpTypePattern, GraphMatcher
2929
from tf2onnx.rewriter import * # pylint: disable=wildcard-import

0 commit comments

Comments
 (0)