Skip to content

Commit 5770a03

Browse files
committed
Fixing lint
1 parent 0087be0 commit 5770a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_transforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,6 +1501,7 @@ def test_randaugment(num_ops, magnitude, fill):
15011501
img = transform(img)
15021502
transform.__repr__()
15031503

1504+
15041505
@pytest.mark.parametrize('fill', [None, 85, (128, 128, 128)])
15051506
@pytest.mark.parametrize('num_magnitude_bins', [10, 13, 30])
15061507
def test_trivialaugmentwide(fill, num_magnitude_bins):

0 commit comments

Comments
 (0)