Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b40d96a

Browse filesBrowse files
kaycebasquesKayce Basques
andauthored
fix: update the stub type alias names (bazel-contrib#2929)
Co-authored-by: Kayce Basques <kayce@google.com>
1 parent e73dccf commit b40d96a
Copy full SHA for b40d96a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎tools/precompiler/precompiler.py

Copy file name to clipboardExpand all lines: tools/precompiler/precompiler.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.