Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna authored Sep 20, 2024
1 parent 2a12275 commit 13d3a49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/awkward/_nplikes/typetracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,6 @@ def __setitem__(
if isinstance(value, TypeTracerArray) and value.ndim > existing_value.ndim:
raise ValueError("cannot assign shape larger than destination")

def item(self):
return self

def copy(self):
self.touch_data()
return self
Expand Down

0 comments on commit 13d3a49

Please sign in to comment.