mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #22810 from nstarman:add-annot
PiperOrigin-RevId: 658456382
This commit is contained in:
commit
06ffa70cf3
@ -470,7 +470,7 @@ class _IndexUpdateRef:
|
||||
self.array = array
|
||||
self.index = index
|
||||
|
||||
def __repr__(self):
|
||||
def __repr__(self) -> str:
|
||||
return f"_IndexUpdateRef({self.array!r}, {self.index!r})"
|
||||
|
||||
def get(self, *, indices_are_sorted=False, unique_indices=False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user