Skip to content

Commit 54bd449

Browse files
committed
style: fmt
1 parent 447a32d commit 54bd449

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/generate-inputs/test_generate_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ def test_prepare_inputs_networks(self):
4949
exp_file_name = algo_exp_file[algo]
5050
assert filecmp.cmp(OUTDIR + f"{algo}-{exp_file_name}.txt", EXPDIR + f"{algo}-{exp_file_name}-expected.txt",
5151
shallow=False)
52-
52+
5353
for file in filename_map.values():
5454
assert Path(file).exists()

0 commit comments

Comments
 (0)