aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/how_tos
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/examples/how_tos
parentbc6f617bd636c4e371d7c03d153e9ce9b8b0e3c3 (diff)
Get rid of some import cruft.
Change: 114374558
Diffstat (limited to 'tensorflow/examples/how_tos')
-rw-r--r--tensorflow/examples/how_tos/reading_data/convert_to_records.py2
-rw-r--r--tensorflow/examples/how_tos/reading_data/fully_connected_preloaded.py1
-rw-r--r--tensorflow/examples/how_tos/reading_data/fully_connected_preloaded_var.py1
-rw-r--r--tensorflow/examples/how_tos/reading_data/fully_connected_reader.py1
4 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/examples/how_tos/reading_data/convert_to_records.py b/tensorflow/examples/how_tos/reading_data/convert_to_records.py
index 30b5a384a8..c8819e05ce 100644
--- a/tensorflow/examples/how_tos/reading_data/convert_to_records.py
+++ b/tensorflow/examples/how_tos/reading_data/convert_to_records.py
@@ -19,8 +19,6 @@ from __future__ import division
from __future__ import print_function
import os
-import tensorflow.python.platform
-
import numpy
import tensorflow as tf
from tensorflow.examples.tutorials.mnist import input_data
diff --git a/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded.py b/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded.py
index 93ab4dfdf8..ef46329cd5 100644
--- a/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded.py
+++ b/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded.py
@@ -33,7 +33,6 @@ from __future__ import print_function
import os.path
import time
-import tensorflow.python.platform
import numpy
import tensorflow as tf
diff --git a/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded_var.py b/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded_var.py
index 9a7e4e8e81..b8bd143ec8 100644
--- a/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded_var.py
+++ b/tensorflow/examples/how_tos/reading_data/fully_connected_preloaded_var.py
@@ -32,7 +32,6 @@ from __future__ import print_function
import os.path
import time
-import tensorflow.python.platform
import numpy
import tensorflow as tf
diff --git a/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py b/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py
index 774e972241..99afa54f06 100644
--- a/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py
+++ b/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py
@@ -30,7 +30,6 @@ from __future__ import print_function
import os.path
import time
-import tensorflow.python.platform
import numpy
import tensorflow as tf