Skip to content

Commit 8e9013c

Browse files
committed
[build] Fix formatting issue.
1 parent 2caa624 commit 8e9013c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

tests/test_video_stream.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,15 @@ def get_test_video_params() -> List[VideoParameters]:
117117

118118

119119
pytestmark = [
120-
pytest.mark.parametrize("vs_type", list(filter(lambda x: x is not None, [
121-
VideoStreamCv2,
122-
VideoStreamAv,
123-
VideoStreamMoviePy,
124-
VideoManager,
125-
]))),
120+
pytest.mark.parametrize(
121+
"vs_type",
122+
list(
123+
filter(lambda x: x is not None, [
124+
VideoStreamCv2,
125+
VideoStreamAv,
126+
VideoStreamMoviePy,
127+
VideoManager,
128+
]))),
126129
pytest.mark.filterwarnings(MOVIEPY_WARNING_FILTER),
127130
]
128131

0 commit comments

Comments
 (0)