Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Oct 31, 2023
1 parent e0909ca commit 0204f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def __call__(self, x: list) -> ak.Array:
return ak.Array(x)

def mock(self):
return = ak.typetracer.typetracer_from_form(self.form)
return ak.typetracer.typetracer_from_form(self.form)

def mock_empty(self, backend: str = "cpu") -> ak.Array:
return ak.to_backend(
Expand Down

0 comments on commit 0204f81

Please sign in to comment.