From 84737b96a07ecdedd918b66331d514591af52a9a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 06:45:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_io.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_io.py b/tests/test_io.py index 837c7a3..da6e3c4 100644 --- a/tests/test_io.py +++ b/tests/test_io.py @@ -245,7 +245,7 @@ def test_index_error(tmp_path): with pytest.raises(FileNotFoundError): # file does not exist yet io[0] - + io.append(ase.build.molecule("H2O")) assert io[0] is not None assert io[-1] is not None @@ -254,4 +254,4 @@ def test_index_error(tmp_path): with pytest.raises(IndexError): io[1] with pytest.raises(IndexError): - io[-2] \ No newline at end of file + io[-2]