From b3c25188601afdbec5f1601521f054356bcd3dc7 Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Mon, 19 May 2025 14:15:19 +0800 Subject: [PATCH] =?UTF-8?q?FIX=20=E4=BF=AE=E5=A4=8D=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/s3.py | 1 - 1 file changed, 1 deletion(-) diff --git a/nodes/s3.py b/nodes/s3.py index 0533fd5..ecf5a4d 100644 --- a/nodes/s3.py +++ b/nodes/s3.py @@ -4,7 +4,6 @@ import boto3 import loguru import yaml -from test import yaml_config class S3Download: