fix: remove unused pytest import (ruff F401)

Made-with: Cursor
pull/17338/head
Michael Cahill 2026-03-16 23:21:58 -07:00
parent 961297f09d
commit a881eaba11
1 changed files with 0 additions and 2 deletions

View File

@ -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."""