diff --git a/tests/test_keep_last_turns.py b/tests/test_keep_last_turns.py index 009400661..cda4bb036 100644 --- a/tests/test_keep_last_turns.py +++ b/tests/test_keep_last_turns.py @@ -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 # ---------------------------------------------------------------------------