Commit cd8b2d2c authored by 赵小蒙's avatar 赵小蒙
Browse files

修复import错误

parent d35c4926
...@@ -6,7 +6,8 @@ import re ...@@ -6,7 +6,8 @@ import re
import random import random
from typing import List, Union from typing import List, Union
try: try:
from app.config import s3_buckets, s3_clusters, get_cluster_name, s3_users from app.config import s3_buckets, s3_clusters, s3_users
from app.common.runtime import get_cluster_name
except ImportError: except ImportError:
from magic_pdf.config import s3_buckets, s3_clusters, get_cluster_name, s3_users from magic_pdf.config import s3_buckets, s3_clusters, get_cluster_name, s3_users
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment