Skip to content

Commit 3b3f3cd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c06ef59 commit 3b3f3cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_models.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,7 @@ def test_check_aspect_ratios(self):
825825
assert errors
826826
assert errors[0].id == "fields.E100"
827827

828-
@pytest.mark.parametrize(
829-
"aspect_ratios", (["3/2"], [None], ["3/2", None])
830-
)
828+
@pytest.mark.parametrize("aspect_ratios", (["3/2"], [None], ["3/2", None]))
831829
def test_check_width_height_field(self, aspect_ratios):
832830
errors = PictureField(aspect_ratios=aspect_ratios)._check_width_height_field()
833831
assert errors

0 commit comments

Comments
 (0)