Duplicate imports in histogram_ops.py
authorYong Tang <yong.tang.github@outlook.com>
Tue, 17 Apr 2018 19:48:42 +0000 (19:48 +0000)
committerYong Tang <yong.tang.github@outlook.com>
Tue, 17 Apr 2018 19:48:42 +0000 (19:48 +0000)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
tensorflow/python/ops/histogram_ops.py

index 4a1ef54..ec38d89 100644 (file)
@@ -32,7 +32,6 @@ from tensorflow.python.ops import clip_ops
 from tensorflow.python.ops import gen_math_ops
 from tensorflow.python.ops import math_ops
 from tensorflow.python.util.tf_export import tf_export
-from tensorflow.python.util.tf_export import tf_export
 
 
 @tf_export('histogram_fixed_width_bins')