From c9c3fd321196c4a972bfacdfe235bb96ae0b19e1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:06:08 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_single_obs_key.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_single_obs_key.py b/tests/test_single_obs_key.py index 42a6425..eacb26f 100644 --- a/tests/test_single_obs_key.py +++ b/tests/test_single_obs_key.py @@ -21,7 +21,6 @@ def test_single_entry_info(tmp_path): frames = znh5md.serialization.Frames.from_ase(list(io)) assert len(frames) == 6 assert len(list(frames)) == 6 - def test_single_entry_arrays(tmp_path):