Skip to content

Commit c94bd93

Browse files
Automated Code Change
PiperOrigin-RevId: 696413099
1 parent ffc6796 commit c94bd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_serving/model_servers/tensorflow_model_server_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
sys.path = ([i for i in sys.path if 'bazel-out' not in i] +
3535
[i for i in sys.path if 'bazel-out' in i])
3636

37-
# This is a placeholder for a Google-internal import. # pylint: disable=g-import-not-at-top
37+
3838

3939
import grpc
4040
from six.moves import range

0 commit comments

Comments
 (0)