fix: remove unused pytest import (ruff F401)

Made-with: Cursor
This commit is contained in:
Michael Cahill 2026-03-16 23:21:58 -07:00
parent 961297f09d
commit a881eaba11

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