Skip to content

Commit df9423d

Browse files
akxradarhere
andauthored
Remove unnecessary fmt: skips
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent f19c347 commit df9423d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/test_box_blur.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def test_radius_bigger_then_width() -> None:
207207
[159, 154, 148, 142, 136, 130, 124],
208208
[160, 154, 148, 142, 137, 131, 125],
209209
[160, 155, 149, 143, 137, 131, 125],
210-
], # fmt: skip
210+
],
211211
delta=0,
212212
)
213213

@@ -222,7 +222,7 @@ def test_extreme_large_radius() -> None:
222222
[162, 162, 162, 162, 162, 162, 162],
223223
[162, 162, 162, 162, 162, 162, 162],
224224
[162, 162, 162, 162, 162, 162, 162],
225-
], # fmt: skip
225+
],
226226
delta=1,
227227
)
228228

0 commit comments

Comments
 (0)