Skip to content

Commit db746a0

Browse files
Automated Code Change
PiperOrigin-RevId: 696642415
1 parent c94bd93 commit db746a0

File tree

12 files changed

+0
-20
lines changed

12 files changed

+0
-20
lines changed

tensorflow_serving/example/mnist_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
import sys
3131
import threading
3232

33-
# This is a placeholder for a Google-internal import.
34-
3533
import grpc
3634
import numpy
3735
import tensorflow as tf

tensorflow_serving/example/mnist_saved_model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
import os
3131
import sys
3232

33-
# This is a placeholder for a Google-internal import.
34-
3533
import tensorflow as tf
3634

3735
from tensorflow.python.ops import lookup_ops

tensorflow_serving/example/resnet_client_grpc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
import io
2222

23-
# This is a placeholder for a Google-internal import.
24-
2523
import grpc
2624
import numpy as np
2725
from PIL import Image

tensorflow_serving/experimental/example/half_plus_two_with_rpop_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
"""
3939
from __future__ import print_function
4040

41-
# This is a placeholder for a Google-internal import.
42-
4341
import grpc
4442
import tensorflow.compat.v1 as tf
4543

tensorflow_serving/experimental/example/remote_predict_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
from __future__ import print_function
2121

22-
# This is a placeholder for a Google-internal import.
23-
2422
import tensorflow.compat.v1 as tf
2523

2624
from tensorflow_serving.experimental.tensorflow.ops.remote_predict.python.ops import remote_predict_ops

tensorflow_serving/experimental/tensorflow/ops/remote_predict/python/ops/remote_predict_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from __future__ import print_function
2020

2121
import os.path
22-
# This is a placeholder for a Google-internal import.
2322
import tensorflow.compat.v1 as tf
2423

2524
from tensorflow_serving.experimental.tensorflow.ops.remote_predict.ops import gen_remote_predict_op

tensorflow_serving/model_servers/tensorflow_model_server_test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
from __future__ import division
1919
from __future__ import print_function
2020

21-
# This is a placeholder for a Google-internal import.
22-
2321
import grpc
2422
import tensorflow as tf
2523

tensorflow_serving/model_servers/test_util/tensorflow_model_server_test_base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
import subprocess
2828
import time
2929

30-
# This is a placeholder for a Google-internal import.
31-
3230
import grpc
3331
from six.moves import range
3432
from six.moves import urllib

tensorflow_serving/servables/tensorflow/testdata/export_bad_half_plus_two.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
import os
2222

23-
# This is a placeholder for a Google-internal import.
24-
2523
import tensorflow as tf
2624

2725

tensorflow_serving/servables/tensorflow/testdata/export_counter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
from __future__ import division
2323
from __future__ import print_function
2424

25-
# This is a placeholder for a Google-internal import.
2625
import tensorflow as tf
2726

2827

0 commit comments

Comments
 (0)