mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 23:56:44 +02:00
Import cleanup
- Remove unused import. - Organize imports.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import os
|
||||
|
||||
import gradio.routes
|
||||
import gradio.utils
|
||||
|
||||
from modules import extensions, scripts_manager, shared, theme
|
||||
from modules.paths import script_path, data_path
|
||||
from modules.logger import log
|
||||
from modules.paths import data_path, script_path
|
||||
|
||||
|
||||
def webpath(fn):
|
||||
|
||||
Reference in New Issue
Block a user