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 e73dccf commit b40d96aCopy full SHA for b40d96a
tools/precompiler/precompiler.py
@@ -68,12 +68,12 @@ def _compile(options: "argparse.Namespace") -> None:
68
# A stub type alias for readability.
69
# See the Bazel WorkRequest object definition:
70
# https://github.com/bazelbuild/bazel/blob/master/src/main/protobuf/worker_protocol.proto
71
-JsonWorkerRequest = object
+JsonWorkRequest = object
72
73
74
# See the Bazel WorkResponse object definition:
75
76
-JsonWorkerResponse = object
+JsonWorkResponse = object
77
78
79
class _SerialPersistentWorker:
0 commit comments