fix(lint): remove unused pytest import and fix import sort order in keep-last-turns tests

This commit is contained in:
Radhakrishnan P 2026-08-17 09:31:31 +05:30
parent 3318319a56
commit 723c3936ef

View file

@ -6,11 +6,8 @@ openai.py call before the optimized_messages assignment.
from __future__ import annotations
import pytest
from headroom.proxy.helpers import apply_keep_last_turns
# ---------------------------------------------------------------------------
# Helpers
# ---------------------------------------------------------------------------