From 27ef6c9acc63991fc7feb403837afb862e1d2d78 Mon Sep 17 00:00:00 2001 From: dqy <1016751306@qq.com> Date: Mon, 22 Apr 2024 11:51:09 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E4=BF=AE=E6=94=B9=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/test_backdoor_detection.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_backdoor_detection.py b/tests/test_backdoor_detection.py index 0c2935a..abafaa3 100644 --- a/tests/test_backdoor_detection.py +++ b/tests/test_backdoor_detection.py @@ -1,9 +1,6 @@ import unittest -import os -import sys -sys.path.append(os.path.abspath("../detection")) -from backdoor_detection import find_dangerous_functions +from detection.backdoor_detection import find_dangerous_functions class TestBackdoorDetection(unittest.TestCase):