Skip to content

Commit 02f884c

Browse files
committed
Lint
1 parent 225b6fb commit 02f884c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/test_transform_ops.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,9 @@ def test_transform_fails(self):
177177
((1.5, 1.31), (0.5, 0.71), (0.7, 1.31), (1.5, 0.71), (1.0, 1.0), (2.0, 2.0)),
178178
)
179179
@pytest.mark.parametrize("video", [NASA_VIDEO, TEST_SRC_2_720P])
180-
def test_resize_torchvision(self, video, height_scaling_factor, width_scaling_factor):
180+
def test_resize_torchvision(
181+
self, video, height_scaling_factor, width_scaling_factor
182+
):
181183
num_frames = self.get_num_frames_core_ops(video)
182184

183185
height = int(video.get_height() * height_scaling_factor)

0 commit comments

Comments
 (0)