Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mwawrzos committed Jul 12, 2024
1 parent 5673a51 commit d64cd27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_negative_size_is_not_selected():
)

# exception is raised, when PIL.Image.resize is called with negative values
image = next(sut)
next(sut)


@patch("pathlib.Path.exists", return_value=False)
Expand Down

0 comments on commit d64cd27

Please sign in to comment.