Skip to content

Commit bad36df

Browse files
committed
Add missing import
1 parent f3f1835 commit bad36df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow/python/ops/sparse_ops_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from tensorflow.python.eager import context
2525
from tensorflow.python.framework import constant_op
2626
from tensorflow.python.framework import dtypes
27+
from tensorflow.python.framework import errors
2728
from tensorflow.python.framework import sparse_tensor
2829
from tensorflow.python.framework import test_util
2930
# Need array_grad to register gradient for Identity.

0 commit comments

Comments
 (0)