mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-26 08:00:46 -07:00
fix: remove unused pytest import (ruff F401)
Made-with: Cursor
This commit is contained in:
parent
961297f09d
commit
a881eaba11
1 changed files with 0 additions and 2 deletions
|
|
@ -5,8 +5,6 @@ not direct process_images_inner calls. No routing changes; verification only.
|
|||
"""
|
||||
from threading import Lock
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
def test_api_txt2img_uses_runner(monkeypatch, initialize):
|
||||
"""API txt2img path invokes ProcessingRunner when process_images is called."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue