Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 11, 2024
1 parent 3603897 commit 430a3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_io_hdf5_h5tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ def test_roundtrip_TermSetWrapper_dataset(self):
foo = Foo(name="species", attr1='attr1', attr2=0,
my_data=TermSetWrapper(value=['Homo sapiens', 'Mus musculus'],
termset=terms))

foobucket = FooBucket('bucket1', [foo])
foofile = FooFile(buckets=[foobucket])

Expand Down

0 comments on commit 430a3c4

Please sign in to comment.