From 780e7714d1ddc3480e64ed484df3c0cb5b665e0d Mon Sep 17 00:00:00 2001 From: Michael Case Date: Thu, 21 Jun 2018 11:11:14 -0700 Subject: Internal Change. PiperOrigin-RevId: 201554374 --- tensorflow/api_template.__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tensorflow/api_template.__init__.py') diff --git a/tensorflow/api_template.__init__.py b/tensorflow/api_template.__init__.py index 9662d7b478..779f65d5b1 100644 --- a/tensorflow/api_template.__init__.py +++ b/tensorflow/api_template.__init__.py @@ -20,7 +20,6 @@ from __future__ import print_function # pylint: disable=g-bad-import-order from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import -# API IMPORTS PLACEHOLDER try: import os # pylint: disable=g-import-not-at-top @@ -37,6 +36,8 @@ try: except (ImportError, AttributeError): print('tf.estimator package not installed.') +# API IMPORTS PLACEHOLDER + from tensorflow.python.util.lazy_loader import LazyLoader # pylint: disable=g-import-not-at-top contrib = LazyLoader('contrib', globals(), 'tensorflow.contrib') del LazyLoader -- cgit v1.2.3