aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/layers
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-09-21 16:50:02 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-09-21 16:50:02 +0000
commit29120b605eebe4518c31e774be389f70e5b59520 (patch)
tree3e6c01c151d9cd4d61273899577525f4c45c31ea /tensorflow/contrib/layers
parent7d8316fb85b21546e3df2aef701f1cfa9f92b6ba (diff)
Fix pylint issue
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/contrib/layers')
-rw-r--r--tensorflow/contrib/layers/python/layers/optimizers.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/contrib/layers/python/layers/optimizers.py b/tensorflow/contrib/layers/python/layers/optimizers.py
index d92de3b58c..2fdcd849b0 100644
--- a/tensorflow/contrib/layers/python/layers/optimizers.py
+++ b/tensorflow/contrib/layers/python/layers/optimizers.py
@@ -21,8 +21,6 @@ from __future__ import print_function
import six
from tensorflow.contrib import framework as contrib_framework
-from tensorflow.python.framework import constant_op
-from tensorflow.python.framework import dtypes
from tensorflow.python.framework import ops
from tensorflow.python.ops import array_ops
from tensorflow.python.ops import clip_ops