fix: auto-fix code issues (cron)
- 修复重复导入/字段 - 修复异常处理(将裸 except: 改为具体异常类型) - 修复PEP8格式问题 - 添加类型注解
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user