Skip to content

Commit 5248aef

Browse files
committed
fix pylint
1 parent 480d30a commit 5248aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_internals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import tensorflow as tf
1919
from tf2onnx import utils
2020
from tf2onnx.graph_matcher import OpTypePattern, GraphMatcher
21-
from tf2onnx.graph import Node, GraphUtil
21+
from tf2onnx.graph import GraphUtil
2222
from common import unittest_main
2323

2424

0 commit comments

Comments
 (0)