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:
parent
8a29703a1b
commit
67db87009e
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue