From 24fe5c4e5fece91ff77ef08b231a9512483bdf7f Mon Sep 17 00:00:00 2001 From: dekun Date: Wed, 20 May 2026 00:09:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D3.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- onchain_scout_gate/app/proxy_util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/onchain_scout_gate/app/proxy_util.py b/onchain_scout_gate/app/proxy_util.py index ba04b1b..35265c9 100644 --- a/onchain_scout_gate/app/proxy_util.py +++ b/onchain_scout_gate/app/proxy_util.py @@ -1,5 +1,7 @@ """代理 URL 与 httpx 的兼容处理。""" +from __future__ import annotations + def httpx_proxy_url(proxy_url: str | None) -> str | None: """