Skip to content

Commit 7ca8375

Browse files
authored
Fix RuntimeWarning: 'tf2onnx.convert' found in sys.modules after import of package 'tf2onnx', but prior to execution of 'tf2onnx.convert'
Signed-off-by: Adraub <adraub@gmail.com>
1 parent 4fed7de commit 7ca8375

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tf2onnx/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
import onnx
99
from .version import git_version, version as __version__
1010
from . import verbose_logging as logging
11-
from tf2onnx import tfonnx, utils, graph, graph_builder, graph_matcher, shape_inference, schemas, convert # pylint: disable=wrong-import-order

0 commit comments

Comments
 (0)