From 430a3c497dde298a9be5ca3284a5e06dd5c5a4ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 21:28:49 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/unit/test_io_hdf5_h5tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_io_hdf5_h5tools.py b/tests/unit/test_io_hdf5_h5tools.py index 898a05fe2..d382bcddc 100644 --- a/tests/unit/test_io_hdf5_h5tools.py +++ b/tests/unit/test_io_hdf5_h5tools.py @@ -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])