From 88692052ad3e056a36f3da6d359ef72ffc783beb Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 14 Apr 2020 18:15:43 +0000 Subject: [PATCH] Remove unused math_ops import to pass CI test Signed-off-by: Yong Tang --- tensorflow/compiler/tests/ensure_shape_op_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/compiler/tests/ensure_shape_op_test.py b/tensorflow/compiler/tests/ensure_shape_op_test.py index 1729ffbae41..51aa82686fb 100644 --- a/tensorflow/compiler/tests/ensure_shape_op_test.py +++ b/tensorflow/compiler/tests/ensure_shape_op_test.py @@ -23,7 +23,6 @@ from tensorflow.python.framework import dtypes from tensorflow.python.framework import errors_impl from tensorflow.python.ops import array_ops from tensorflow.python.ops import check_ops -from tensorflow.python.ops import math_ops from tensorflow.python.platform import test