We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc6796 commit c94bd93Copy full SHA for c94bd93
tensorflow_serving/model_servers/tensorflow_model_server_test.py
@@ -34,7 +34,7 @@
34
sys.path = ([i for i in sys.path if 'bazel-out' not in i] +
35
[i for i in sys.path if 'bazel-out' in i])
36
37
-# This is a placeholder for a Google-internal import. # pylint: disable=g-import-not-at-top
+
38
39
import grpc
40
from six.moves import range
0 commit comments