style: 统一 Ruff 代码格式
This commit is contained in:
@@ -51,6 +51,7 @@ class XkdailiAdapter(BaseWhitelistAdapter):
|
||||
}
|
||||
base_params.update(params)
|
||||
from urllib.parse import urlencode
|
||||
|
||||
return f"{self.BASE_URL}?{urlencode(base_params)}"
|
||||
|
||||
def _parse_response(self, text: str) -> tuple[bool, str]:
|
||||
|
||||
Reference in New Issue
Block a user