使用isort对引用进行格式化排序 修改微博获取图片默认配置关闭

This commit is contained in:
Er_Meng
2024-04-10 09:54:28 +08:00
parent 52c720591f
commit 9cd6efb916
7 changed files with 10 additions and 13 deletions

View File

@@ -7,8 +7,8 @@ from typing import List
import config
from .weibo_store_impl import *
from .weibo_store_image import *
from .weibo_store_impl import *
class WeibostoreFactory: