mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-09 11:51:16 -08:00
F401 fixes for ruff
This commit is contained in:
parent
f741a98bac
commit
4b854806d9
17 changed files with 27 additions and 30 deletions
|
|
@ -2,7 +2,6 @@ import os
|
|||
import sys
|
||||
import traceback
|
||||
import importlib.util
|
||||
from types import ModuleType
|
||||
|
||||
|
||||
def load_module(path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue