Skip to content

Commit 1743100

Browse files
committed
fix duplicated import (ci)
1 parent ddcd026 commit 1743100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import gradio as gr
55

6-
from modules import shared_cmd_options, shared_gradio_themes, options, shared_items, sd_models_types, util
6+
from modules import shared_cmd_options, shared_gradio_themes, options, shared_items, sd_models_types
77
from modules.paths_internal import models_path, script_path, data_path, sd_configs_path, sd_default_config, sd_model_file, default_sd_model_file, extensions_dir, extensions_builtin_dir # noqa: F401
88
from modules import util
99
from typing import TYPE_CHECKING

0 commit comments

Comments
 (0)