From a991acba07ce6c5903ee84e4a72d3d59e22b77fc Mon Sep 17 00:00:00 2001 From: Michael Case Date: Mon, 8 Oct 2018 15:26:34 -0700 Subject: Internal Change. PiperOrigin-RevId: 216260437 --- tensorflow/contrib/__init__.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tensorflow/contrib') diff --git a/tensorflow/contrib/__init__.py b/tensorflow/contrib/__init__.py index e71b0e0ae3..f52a1a7bab 100644 --- a/tensorflow/contrib/__init__.py +++ b/tensorflow/contrib/__init__.py @@ -21,14 +21,6 @@ from __future__ import print_function import os -from tensorflow.python.tools import component_api_helper -component_api_helper.package_hook( - parent_package_str=( - "tensorflow.contrib"), - child_package_str=( - "tensorflow_estimator.contrib.estimator")) -del component_api_helper - # Add projects here, they will show up under tf.contrib. from tensorflow.contrib import autograph from tensorflow.contrib import batching -- cgit v1.2.3