aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/user_ops
diff options
context:
space:
mode:
authorGravatar Josh Levenberg <josh11b@tensorflow.org>2016-02-10 15:13:12 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-02-10 16:03:13 -0800
commit7760ce56fc3ab4ab8cdc408e29d8ad8b539c417e (patch)
treedf71073fc7b7b1b590a0674b0bd10571b4040aa2 /tensorflow/python/user_ops
parentbc6f617bd636c4e371d7c03d153e9ce9b8b0e3c3 (diff)
Get rid of some import cruft.
Change: 114374558
Diffstat (limited to 'tensorflow/python/user_ops')
-rw-r--r--tensorflow/python/user_ops/user_ops.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/python/user_ops/user_ops.py b/tensorflow/python/user_ops/user_ops.py
index 2e851bcc40..35b4b1e24b 100644
--- a/tensorflow/python/user_ops/user_ops.py
+++ b/tensorflow/python/user_ops/user_ops.py
@@ -19,7 +19,6 @@ from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
-import tensorflow.python.platform
from tensorflow.python.ops import gen_user_ops
from tensorflow.python.ops.gen_user_ops import *