aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Michael Case <mikecase@google.com>2018-06-21 11:11:14 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-21 11:14:00 -0700
commit780e7714d1ddc3480e64ed484df3c0cb5b665e0d (patch)
tree1b6f4fa2b9a9e37952924681dd22c564c35ada74 /tensorflow/python/__init__.py
parent5d38ddc691ba39f3262b261346d4eca8284f6ac4 (diff)
Internal Change.
PiperOrigin-RevId: 201554374
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index cf707fb2c7..a2ab63bb48 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -79,7 +79,6 @@ from tensorflow.python.ops import initializers_ns as initializers
# Bring in subpackages.
from tensorflow.python import data
from tensorflow.python import keras
-from tensorflow.python.estimator import estimator_lib as estimator
from tensorflow.python.feature_column import feature_column_lib as feature_column
from tensorflow.python.layers import layers
from tensorflow.python.ops import bitwise_ops as bitwise