From 048925770ce34715dc5ddaf37199348ed2c44802 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:58:44 +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 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_io_hdf5_h5tools.py b/tests/unit/test_io_hdf5_h5tools.py index b56dc5026..debec26d8 100644 --- a/tests/unit/test_io_hdf5_h5tools.py +++ b/tests/unit/test_io_hdf5_h5tools.py @@ -3984,4 +3984,3 @@ def test_expand_set_shape(self): [7, 8, 9]]) npt.assert_array_equal(read_quxbucket.qux_data.data[:], expected) self.assertEqual(read_quxbucket.qux_data.data.maxshape, (None,3)) -