Skip to content

Commit b40d96a

Browse files
kaycebasquesKayce Basques
and
Kayce Basques
authored
fix: update the stub type alias names (#2929)
Co-authored-by: Kayce Basques <[email protected]>
1 parent e73dccf commit b40d96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/precompiler/precompiler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ def _compile(options: "argparse.Namespace") -> None:
6868
# A stub type alias for readability.
6969
# See the Bazel WorkRequest object definition:
7070
# https://github.com/bazelbuild/bazel/blob/master/src/main/protobuf/worker_protocol.proto
71-
JsonWorkerRequest = object
71+
JsonWorkRequest = object
7272

7373
# A stub type alias for readability.
7474
# See the Bazel WorkResponse object definition:
7575
# https://github.com/bazelbuild/bazel/blob/master/src/main/protobuf/worker_protocol.proto
76-
JsonWorkerResponse = object
76+
JsonWorkResponse = object
7777

7878

7979
class _SerialPersistentWorker:

0 commit comments

Comments
 (0)