From 31c00035725b9cd0f728cda4a6f444e05686fbd5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:45:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_timestep.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_timestep.py b/tests/test_timestep.py index e52eb8ce..7f48c61f 100644 --- a/tests/test_timestep.py +++ b/tests/test_timestep.py @@ -1,7 +1,7 @@ -import ase.build -import pytest import warnings +import ase.build + import znh5md # def test_h5md_time(tmp_path):