Import cleanup

- Remove unused import.
- Organize imports.
This commit is contained in:
awsr
2026-04-23 16:27:36 -07:00
parent bea726b5b3
commit e9781dac96
+3 -2
View File
@@ -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):