From e1b8647ae6b7fac7608967873fc4e0dbabf374c2 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Sun, 26 Jul 2026 22:32:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8Druff=E5=85=A8?= =?UTF-8?q?=E9=87=8F=E6=A3=80=E6=9F=A5=E9=94=99=E8=AF=AF=20-=20test=5Fvide?= =?UTF-8?q?o=5Fprocessor=5Fpure.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/test_video_processor_pure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_video_processor_pure.py b/tests/unit/test_video_processor_pure.py index 6819e465b..9a62f29f5 100755 --- a/tests/unit/test_video_processor_pure.py +++ b/tests/unit/test_video_processor_pure.py @@ -283,7 +283,6 @@ class TestVideoProcessorConcatFileFormat: def test_concat_file_format(self, tmp_path): """concat 临时文件格式符合 FFmpeg concat demuxer 规范.""" - import os vp = VideoProcessor(temp_dir=str(tmp_path))