mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
no need to use OrderedDict
This commit is contained in:
parent
e0e64bcdf6
commit
7ca20adc6d
1 changed files with 1 additions and 3 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue