fix: auto-fix code issues (cron)

- 修复重复导入/字段
- 修复异常处理(将裸 except: 改为具体异常类型)
- 修复PEP8格式问题
- 添加类型注解
This commit is contained in:
OpenClaw Bot
2026-02-28 00:11:06 +08:00
parent d767f0dddc
commit a7ecf6f0ea
7 changed files with 12 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ import hashlib
import hmac
import json
import logging
import urllib.parse
import uuid
from collections.abc import Callable
from dataclasses import dataclass, field