Commit bb431df5 authored by AUTOMATIC's avatar AUTOMATIC

python linter fixes

parent f9be4dc4
......@@ -974,7 +974,7 @@ def create_ui():
],
show_progress=False,
)
img2img_interrogate.click(
fn=lambda *args: process_interrogate(interrogate, *args),
**interrogate_args,
......
import os.path
import urllib.parse
from pathlib import Path
from PIL import PngImagePlugin
from modules import shared
from modules.images import read_info_from_image, save_image_with_geninfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment