Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702116708
Change-Id: If5fa2a01facb091b473f7d35267c18109c8db2ce
  • Loading branch information
oprypin authored and copybara-github committed Dec 3, 2024
1 parent a5e6b16 commit 798025f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cmake/bazel_to_cmake/starlark/dict_polyfill.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _wrap(self, node):
# variable named `dict`. This global is defined in `bazel_globals.py` as an
# alias for the `DictWithUnion` class defined above.
return ast.copy_location(
ast.Call(
ast.Call( # pytype: disable=wrong-arg-types
ast.Name('__DictWithUnion', ctx=ast.Load()),
args=[self.generic_visit(node)],
keywords=[],
Expand Down

0 comments on commit 798025f

Please sign in to comment.