test(agent): drop unused pytest import from cache-disable tests

Avoid F401 from ruff/pyflakes on the #76085 regression file.
This commit is contained in:
686f6c61 2026-08-01 13:41:08 +02:00 committed by kshitij
parent 8a29703a1b
commit 67db87009e
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ from __future__ import annotations
from types import SimpleNamespace
from unittest.mock import patch
import pytest
def _has_cache_control(obj) -> bool: