aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Maruseac <mihaimaruseac@google.com>2020-09-20 20:17:26 -0700
committerMihai Maruseac <mihaimaruseac@google.com>2020-09-20 20:17:26 -0700
commitbad36df000e97cfe0a271e08778a81db4ce8834a (patch)
tree6aa6cbdafd7af6504ccdbdf18bd46eabf2f2491d
parentf3f1835aed4ab1874c0891c487cd6d0340fed67b (diff)
downloadtensorflow-bad36df000e97cfe0a271e08778a81db4ce8834a.tar.gz
Add missing import
-rw-r--r--tensorflow/python/ops/sparse_ops_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/python/ops/sparse_ops_test.py b/tensorflow/python/ops/sparse_ops_test.py
index 097ec66f0ae..e739b177376 100644
--- a/tensorflow/python/ops/sparse_ops_test.py
+++ b/tensorflow/python/ops/sparse_ops_test.py
@@ -24,6 +24,7 @@ import numpy as np
from tensorflow.python.eager import context
from tensorflow.python.framework import constant_op
from tensorflow.python.framework import dtypes
+from tensorflow.python.framework import errors
from tensorflow.python.framework import sparse_tensor
from tensorflow.python.framework import test_util
# Need array_grad to register gradient for Identity.