From 8f6a9cfb26b480593a7e42e4ecd076fa74c4fc2a Mon Sep 17 00:00:00 2001 From: Tejas Chopra Date: Mon, 8 Jun 2026 01:15:13 -0700 Subject: [PATCH] fix: sort anthropic handler imports --- headroom/proxy/handlers/anthropic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headroom/proxy/handlers/anthropic.py b/headroom/proxy/handlers/anthropic.py index 3a1d1bebc..36ff43b3b 100644 --- a/headroom/proxy/handlers/anthropic.py +++ b/headroom/proxy/handlers/anthropic.py @@ -25,8 +25,8 @@ import httpx from headroom.pipeline import PipelineStage, summarize_routing_markers from headroom.proxy.auth_mode import classify_auth_mode, classify_client -from headroom.proxy.forwarded_headers import resolve_client_ip from headroom.proxy.compression_decision import CompressionDecision +from headroom.proxy.forwarded_headers import resolve_client_ip from headroom.proxy.helpers import extract_tags from headroom.proxy.memory_decision import MemoryDecision from headroom.proxy.memory_query import MemoryQuery