mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-14 01:40:05 +00:00
fix: remove unused paths
This commit is contained in:
@@ -11,10 +11,4 @@ if TYPE_CHECKING:
|
||||
extensions_dir = os.path.join(os.path.dirname(__file__), "4")
|
||||
extensions_builtin_dir = os.path.join(os.path.dirname(__file__), "5")
|
||||
else:
|
||||
from modules.paths import (
|
||||
data_path,
|
||||
extensions_builtin_dir,
|
||||
extensions_dir,
|
||||
models_path,
|
||||
script_path,
|
||||
)
|
||||
from modules.paths import data_path, models_path, script_path
|
||||
|
||||
Reference in New Issue
Block a user