Skip to content

Commit 39d90ee

Browse files
committed
fix pylint
1 parent b34102e commit 39d90ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from tf2onnx.handler import tf_op
2323

2424
from backend_test_base import Tf2OnnxBackendTestBase
25-
from common import get_test_config, unittest_main, check_tf_min_version, check_tf_max_version
25+
from common import unittest_main, check_tf_min_version, check_tf_max_version
2626

2727

2828
# pylint: disable=missing-docstring,unused-argument,unused-variable

tf2onnx/loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515

1616
from tf2onnx import utils
1717

18-
1918
logger = logging.getLogger(__name__)
2019

20+
2121
# pylint: disable=unused-argument
2222

2323

0 commit comments

Comments
 (0)