Skip to content

Commit

Permalink
Merge pull request #43404 from tensorflow/mihaimaruseac-patch-1
Browse files Browse the repository at this point in the history
Fix import path
  • Loading branch information
mihaimaruseac committed Sep 21, 2020
2 parents 63e6ed8 + e47dd65 commit a6752f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/kernels/string_ngrams_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ limitations under the License.
#include "absl/strings/ascii.h"
#include "absl/strings/str_cat.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/platform/errors.h"
#include "tensorflow/core/lib/core/errors.h"

namespace tensorflow {
namespace text {
Expand Down

0 comments on commit a6752f0

Please sign in to comment.