From da8c85b8304f3f3b7fefdcd617b5daf5ec34b6f3 Mon Sep 17 00:00:00 2001 From: koko <1429659362@qq.com> Date: Sun, 14 Dec 2025 16:57:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=A9=E8=83=9E=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/analysis/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analysis/worker.py b/src/analysis/worker.py index 92ebe56..5d78471 100644 --- a/src/analysis/worker.py +++ b/src/analysis/worker.py @@ -7,7 +7,7 @@ import pickle from typing import List, Tuple, Optional from dataclasses import asdict -from .structure_inspector import StructureInspector, StructureInfo +from structure_inspector import StructureInspector, StructureInfo def analyze_single_file(args: Tuple[str, str, set]) -> Optional[StructureInfo]: