clean up unused script_path imports

This commit is contained in:
Max Audron
2023-01-25 18:00:09 +01:00
parent 14c0884fd0
commit 6b3981c068
3 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import re
from pathlib import Path
import gradio as gr
from modules.paths import data_path, script_path
from modules.paths import data_path
from modules import shared, ui_tempdir, script_callbacks
import tempfile
from PIL import Image