Skip to content

Commit b13d669

Browse files
Automated Code Change
PiperOrigin-RevId: 684790224
1 parent 2570468 commit b13d669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/experimental/tensorflow/ops/remote_predict/ops/remote_predict_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ REGISTER_OP("TfServingRemotePredict")
7575
c->set_output(i, c->UnknownShape());
7676
}
7777

78-
return Status();
78+
return absl::Status();
7979
})
8080
.SetIsStateful()
8181
.SetIsDistributedCommunication()

0 commit comments

Comments
 (0)