From 558e96582839c2fcba6adc6f7981d7a208307cb2 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 19:49:36 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_single_obs_key.py b/tests/test_single_obs_key.py index 22130db..cb74948 100644 --- a/tests/test_single_obs_key.py +++ b/tests/test_single_obs_key.py @@ -1,6 +1,8 @@ from ase.build import molecule + import znh5md + def test_single_obs_key_info(tmp_path): # Test a special case where only the first config has the key # which caused an error in the past @@ -12,4 +14,4 @@ def test_single_obs_key_info(tmp_path): io.extend([water for _ in range(5)]) assert len(io) == 6 assert len(io[:]) == 6 - assert len(list(io)) == 6 \ No newline at end of file + assert len(list(io)) == 6