Skip to content

Commit ad2ea6f

Browse files
committed
formatting
1 parent 436ccb7 commit ad2ea6f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/psimulate/results/test_processing.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,7 @@ def test_write_results_batch(tmp_path: Path) -> None:
121121
{"results": pd.DataFrame({"rows": [5], "batch": [3], "value": [50]})},
122122
]
123123

124-
(
125-
existing_metadata,
126-
unwritten_metadata,
127-
unwritten_results,
128-
) = write_results_batch(
124+
(existing_metadata, unwritten_metadata, unwritten_results,) = write_results_batch(
129125
output_paths,
130126
existing_metadata_orig,
131127
unwritten_metadata_orig,

0 commit comments

Comments
 (0)