From b4d2249b3bacd0258866a09538daad0b2d56748f Mon Sep 17 00:00:00 2001 From: Georg Legato Date: Sat, 13 May 2023 00:49:08 +0200 Subject: [PATCH] sort imports --- iz_helpers/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iz_helpers/ui.py b/iz_helpers/ui.py index a8c0900..ce9e3ee 100644 --- a/iz_helpers/ui.py +++ b/iz_helpers/ui.py @@ -1,8 +1,8 @@ import gradio as gr -from .run_interface import createZoom import modules.shared as shared from webui import wrap_gradio_gpu_call from modules.ui import create_output_panel +from .run_interface import createZoom from .static_variables import ( default_prompt,