Skip to content

Commit

Permalink
unnecessary typing in test
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Oct 31, 2023
1 parent 08b3344 commit c7f5fbb
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 @@ -353,7 +353,7 @@ def __call__(self, x: list) -> ak.Array:
def mock(self):
return ak.typetracer.typetracer_from_form(self.form)

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

0 comments on commit c7f5fbb

Please sign in to comment.