Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tgalvin committed Jun 19, 2024
1 parent afade5c commit 9bd7f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_hold_then_test_errors(tmpdir):
b.touch()

with pytest.raises(AssertionError):
with hold_then_move_into(hold_directory=a, move_directory=b) as not_needed:
with hold_then_move_into(hold_directory=a, move_directory=b) as _:
logger.info("This will not be here")


Expand Down

0 comments on commit 9bd7f77

Please sign in to comment.