From 106191ccf06b49f7802736a63932a613546b56c5 Mon Sep 17 00:00:00 2001 From: Anna R Date: Thu, 31 May 2018 13:11:43 -0700 Subject: Moving generated API to tensorflow/. PiperOrigin-RevId: 198767512 --- tensorflow/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tensorflow/__init__.py') 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') -- cgit v1.2.3