Remove unused threading import in metadata e2e test
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

Fixes ruff F401 caught by the PR's lint CI.
This commit is contained in:
dante01yoon 2026-05-19 23:24:02 +09:00
parent 85a12d0a83
commit 8d9ea888ae

View File

@ -11,7 +11,6 @@ shape and the ``prompt_id`` collision invariants without needing a browser.
import asyncio
import os
import sys
import threading
import pytest