From 6ebed2b804bdfb3874333f7bc34302394a428e27 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Mon, 20 May 2024 21:21:45 -0700 Subject: [PATCH] lint --- tests/test_interface/test_video.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_interface/test_video.py b/tests/test_interface/test_video.py index f882c32..bfd7f7d 100644 --- a/tests/test_interface/test_video.py +++ b/tests/test_interface/test_video.py @@ -47,7 +47,8 @@ def avi_video(tmp_path): video_path.unlink(missing_ok=True) -@pytest.mark.parametrize('input_type', [str, Path]) + +@pytest.mark.parametrize("input_type", [str, Path]) def test_video_validation(avi_video, input_type): """Color videos should validate for normal uint8 shape specs"""