From 8062b054910e2a234cd6cea19594583be37c63c5 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Wed, 6 Nov 2024 17:53:48 -0800 Subject: [PATCH] Fix ruff --- tests/unit/test_nwbzarrio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_nwbzarrio.py b/tests/unit/test_nwbzarrio.py index 10a98802..237df618 100644 --- a/tests/unit/test_nwbzarrio.py +++ b/tests/unit/test_nwbzarrio.py @@ -37,7 +37,7 @@ def write_test_file(self): ) # Create a device - device = nwbfile.create_device( + _ = nwbfile.create_device( name="array", description="the best array", manufacturer="Probe Company 9000" ) with NWBZarrIO(path=self.filepath, mode="w") as io: