Skip to content
代码片段 群组 项目
提交 7ca20adc 编辑于 作者: w-e-w's avatar w-e-w
浏览文件

no need to use OrderedDict

上级 e0e64bcd
No related branches found
No related tags found
无相关合并请求
......@@ -8,14 +8,12 @@ import time
import tqdm
from datetime import datetime
from collections import OrderedDict
import git
from modules import shared, extensions, errors
from modules.paths_internal import script_path, config_states_dir
all_config_states = OrderedDict()
all_config_states = {}
def list_config_states():
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册