Skip to content

Commit cd8b2d2

Browse files
committed
修复import错误
1 parent d35c492 commit cd8b2d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

magic_pdf/spark/s3.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
import random
77
from typing import List, Union
88
try:
9-
from app.config import s3_buckets, s3_clusters, get_cluster_name, s3_users
9+
from app.config import s3_buckets, s3_clusters, s3_users
10+
from app.common.runtime import get_cluster_name
1011
except ImportError:
1112
from magic_pdf.config import s3_buckets, s3_clusters, get_cluster_name, s3_users
1213

0 commit comments

Comments
 (0)