清理未使用导入和局部变量

This commit is contained in:
yml2213
2026-08-31 10:31:32 +08:00
parent b58c6b4357
commit 840af3108e
7 changed files with 3 additions and 145 deletions
+2 -2
View File
@@ -6,9 +6,9 @@
3. 在 _PLATFORM_CREDENTIAL_FIELDS 中定义凭据字段
"""
from typing import Any, Optional, Type, cast
from typing import Any, cast
from .base import BaseWhitelistAdapter, get_exit_ip_via_proxy
from .base import BaseWhitelistAdapter
from .xiequ import XiequAdapter
from .xkdaili import XkdailiAdapter