Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jul 7, 2023
1 parent e0a5b3b commit 4d55f21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/safeds/data/image/containers/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def test_should_warn(self, image: Image, standard_deviation: float, opacity: flo
with pytest.warns(UserWarning, match="Opacity is 0, this will not make changes to the image."):
image.add_gaussian_noise(standard_deviation, opacity)


class TestBlur:
@pytest.mark.parametrize(
("image", "expected"),
Expand Down

0 comments on commit 4d55f21

Please sign in to comment.