Skip to content

Commit 32cb5cd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a033bbc commit 32cb5cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/zndraw/test_extensions_filesystem.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ def test_load_file_honours_slice(tmp_path: Path) -> None:
9191
ase.io.write(tmp_path / "trj.xyz", [_water() for _ in range(5)])
9292
vis = _FakeVis()
9393

94-
LoadFile(
95-
provider_name="fs", path="/trj.xyz", start=1, stop=4, step=2
96-
).run(vis, providers={"fs": _dir_fs(tmp_path)})
94+
LoadFile(provider_name="fs", path="/trj.xyz", start=1, stop=4, step=2).run(
95+
vis, providers={"fs": _dir_fs(tmp_path)}
96+
)
9797

9898
assert len(vis.frames) == 2
9999

0 commit comments

Comments
 (0)