Skip to content

Commit 726591f

Browse files
[pre-commit.ci] Fixing issues with pre-commit
1 parent 1aa8960 commit 726591f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/test_h5jpk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ def test_load_h5jpk(
6161
assert all(
6262
results_timestamps[f"frame {i}"] < results_timestamps[f"frame {i+1}"]
6363
for i in range(len(results_timestamps) - 1)
64-
)
65-
64+
)
6665

6766

6867
def test_load_h5jpk_file_not_found() -> None:

0 commit comments

Comments
 (0)