From 0d52f9b707e6b8a7c30757e5932e18381d0a7377 Mon Sep 17 00:00:00 2001 From: simonkoson <28867558@qq.com> Date: Mon, 15 Jun 2026 12:00:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E8=B7=AF=E5=BE=84=E4=BB=8E=20doco.src=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=20doco=20(=E9=85=8D=E5=90=88=20pyproject.tom?= =?UTF-8?q?l=20package-dir=20=E9=85=8D=E7=BD=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doco/tests/test_video_split.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doco/tests/test_video_split.py b/doco/tests/test_video_split.py index a882c76..944e166 100644 --- a/doco/tests/test_video_split.py +++ b/doco/tests/test_video_split.py @@ -13,7 +13,7 @@ import pytest import sys sys.path.insert(0, str(Path(__file__).parent.parent)) -from doco.src.video_split import ( +from doco.video_split import ( hamming_distance, format_timestamp, build_b_manuscript,