From b59604fe7a77242567152bb7ede45bea13864a42 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 20:11:18 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_single_obs_key.py b/tests/test_single_obs_key.py index 16e4a97..1a60346 100644 --- a/tests/test_single_obs_key.py +++ b/tests/test_single_obs_key.py @@ -1,7 +1,9 @@ from ase.build import molecule from ase.calculators.singlepoint import SinglePointCalculator + import znh5md + def test_single_entry_info(tmp_path): # Test a special case where only the first config has the key # which caused an error in the past