aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph
diff options
context:
space:
mode:
authorGravatar Yifei Feng <yifeif@google.com>2018-02-06 22:05:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-06 22:09:14 -0800
commitb9018073ec1afc7dfc302ab171db8bf5b177c2dd (patch)
tree2e5944c350e84f01b8062e010fad94f5c5345d47 /tensorflow/contrib/copy_graph
parent2ec89055c17cd17dc1b1259d9eb76d1177c9b0e8 (diff)
Add pylint check for W0611 unused-import in ci_sanity.sh and fix existing pylint errors.
PiperOrigin-RevId: 184790548
Diffstat (limited to 'tensorflow/contrib/copy_graph')
-rw-r--r--tensorflow/contrib/copy_graph/python/util/copy_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/contrib/copy_graph/python/util/copy_test.py b/tensorflow/contrib/copy_graph/python/util/copy_test.py
index 2798d31229..05744bec4e 100644
--- a/tensorflow/contrib/copy_graph/python/util/copy_test.py
+++ b/tensorflow/contrib/copy_graph/python/util/copy_test.py
@@ -17,9 +17,7 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
-import numpy as np
from tensorflow.contrib.copy_graph.python.util import copy_elements
-from tensorflow.contrib.framework.python.framework import tensor_util
from tensorflow.python.client import session as session_lib
from tensorflow.python.framework import constant_op
from tensorflow.python.framework import ops