Skip to content

Commit

Permalink
Merge pull request #43414 from tensorflow/mihaimaruseac-patch-1-1
Browse files Browse the repository at this point in the history
Fix missing import
  • Loading branch information
mihaimaruseac committed Sep 21, 2020
2 parents f9f12f6 + 9c91596 commit d71d3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/python/ops/sparse_ops_test.py
Expand Up @@ -24,6 +24,7 @@
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 ops
from tensorflow.python.framework import sparse_tensor
from tensorflow.python.framework import test_util
Expand Down

0 comments on commit d71d3ce

Please sign in to comment.