Skip to content

Commit 44a74b2

Browse files
deepsource-autofix[bot]dbanty
authored andcommitted
Remove unused variables
1 parent a025299 commit 44a74b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

end_to_end_tests/test_end_to_end.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _compare_directories(first: Path, second: Path):
1616
if missing_files:
1717
pytest.fail(f"{first_printable} or {second_printable} was missing: {missing_files}", pytrace=False)
1818

19-
match, mismatch, errors = cmpfiles(first, second, dc.common_files, shallow=False)
19+
_, mismatch, errors = cmpfiles(first, second, dc.common_files, shallow=False)
2020
if mismatch:
2121
pytest.fail(
2222
f"{first_printable} and {second_printable} had differing files: {mismatch}, and errors {errors}",

0 commit comments

Comments
 (0)