aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/__init__.py
diff options
context:
space:
mode:
authorGravatar Anna R <annarev@google.com>2018-05-31 13:11:43 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-31 13:15:21 -0700
commit106191ccf06b49f7802736a63932a613546b56c5 (patch)
tree126938105e69b86f24527eeb080938da71f315c7 /tensorflow/__init__.py
parenteebbcaf554fb89059054936491763fde9cf9513d (diff)
Moving generated API to tensorflow/.
PiperOrigin-RevId: 198767512
Diffstat (limited to 'tensorflow/__init__.py')
-rw-r--r--tensorflow/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/__init__.py b/tensorflow/__init__.py
index c8683e3976..440e9f8dbd 100644
--- a/tensorflow/__init__.py
+++ b/tensorflow/__init__.py
@@ -22,9 +22,6 @@ from __future__ import print_function
# pylint: disable=g-bad-import-order
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
-# pylint: disable=wildcard-import
-from tensorflow.tools.api.generator.api import * # pylint: disable=redefined-builtin
-# pylint: enable=wildcard-import
from tensorflow.python.util.lazy_loader import LazyLoader
contrib = LazyLoader('contrib', globals(), 'tensorflow.contrib')