Skip to content

Commit 271545e

Browse files
committed
fix pylint
1 parent 51f12f4 commit 271545e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/custom_opsets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
""" custom tf2onnx mapping functions. """
44

55
from . import ms
6-
from tf2onnx import constants
6+
from .. import constants
77

88
DOMAIN_OPSETS = {
99
constants.MICROSOFT_DOMAIN: ms.OPSETS

0 commit comments

Comments
 (0)