Remove the unnecessary import based on

`https://github.com/tensorflow/tensorflow/pull/42539#discussion_r485189850`.
This commit is contained in:
DarrenZhang01 2020-09-08 19:45:54 -04:00
parent df04b17d6f
commit fcfe64be4c

View File

@ -28,7 +28,6 @@ from tensorflow.python.framework import constant_op
from tensorflow.python.framework import dtypes
from tensorflow.python.framework import ops
from tensorflow.python.framework import tensor_shape
from tensorflow.python.framework import tensor_util
from tensorflow.python.ops import array_ops
from tensorflow.python.ops import clip_ops
from tensorflow.python.ops import control_flow_ops