From 0204f816c6078953ad2e5d0a0b0362145ed9a8e0 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 31 Oct 2023 11:06:56 -0500 Subject: [PATCH] whoops --- tests/test_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_io.py b/tests/test_io.py index c6f819b9e..a96f54810 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -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(