Skip to content

Commit

Permalink
supress pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
garymm committed Jun 14, 2022
1 parent ef8f4bf commit d498d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/python/onnx_backend_test_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import onnx.backend.test.case.test_case
import onnx.backend.test.runner

import onnxruntime.backend as backend
import onnxruntime.backend as backend # pylint: disable=consider-using-from-import

pytest_plugins = ("onnx.backend.test.report",)

Expand Down

0 comments on commit d498d52

Please sign in to comment.