aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/python/learn/estimators/estimator_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/learn/python/learn/estimators/estimator_test.py')
-rw-r--r--tensorflow/contrib/learn/python/learn/estimators/estimator_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/learn/python/learn/estimators/estimator_test.py b/tensorflow/contrib/learn/python/learn/estimators/estimator_test.py
index 3405005327..c339a89faa 100644
--- a/tensorflow/contrib/learn/python/learn/estimators/estimator_test.py
+++ b/tensorflow/contrib/learn/python/learn/estimators/estimator_test.py
@@ -90,7 +90,6 @@ def boston_eval_fn():
return tf.concat_v2([features, features], 0), tf.concat_v2([labels, labels],
0)
-
def extract(data, key):
if isinstance(data, dict):
assert key in data