Skip to content

Commit

Permalink
fix duplicated import (ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger committed Apr 13, 2024
1 parent ddcd026 commit 1743100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import gradio as gr

from modules import shared_cmd_options, shared_gradio_themes, options, shared_items, sd_models_types, util
from modules import shared_cmd_options, shared_gradio_themes, options, shared_items, sd_models_types
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
from modules import util
from typing import TYPE_CHECKING
Expand Down

0 comments on commit 1743100

Please sign in to comment.