From 01bef45e6700f233b06763d52a2affd8a36b38f9 Mon Sep 17 00:00:00 2001 From: Igor Trujnara Date: Wed, 22 Jan 2025 17:08:50 +0100 Subject: [PATCH] More auto formatting --- tests/cli/test_split_csv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/cli/test_split_csv.py b/tests/cli/test_split_csv.py index 664955ca..22a18751 100644 --- a/tests/cli/test_split_csv.py +++ b/tests/cli/test_split_csv.py @@ -57,7 +57,7 @@ def test_split_csv( main(csv_path, yaml_path, tmpdir / "test.csv", force=force, seed=42) else: filename = f"{csv_type}_{force}.csv" - assert main(csv_path, yaml_path, tmpdir / filename, force=force, seed=42) is None + assert main(csv_path, yaml_path, tmpdir / filename, force=force, seed=42) is None with open(tmpdir / filename) as file: - hash = hashlib.md5(file.read().encode()).hexdigest() # noqa: S324 + hash = hashlib.md5(file.read().encode()).hexdigest() # noqa: S324 assert hash == snapshot