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/python/__init__.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tensorflow/python') diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py index 4921ecc43c..a2ab63bb48 100644 --- a/tensorflow/python/__init__.py +++ b/tensorflow/python/__init__.py @@ -48,13 +48,6 @@ import numpy as np from tensorflow.python import pywrap_tensorflow -from tensorflow.python.tools import component_api_helper -component_api_helper.package_hook( - parent_package_str='tensorflow.python', - child_package_str=( - 'tensorflow_estimator.python.estimator')) -del component_api_helper - # Protocol buffers from tensorflow.core.framework.graph_pb2 import * from tensorflow.core.framework.node_def_pb2 import * -- cgit v1.2.3