Skip to content

Commit

Permalink
Fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Nov 7, 2024
1 parent b153da0 commit 8062b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_nwbzarrio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8062b05

Please sign in to comment.