fix(lint): remove unused timedelta import
CI / lint (pull_request) Successful in 7s
CI / test (pull_request) Successful in 10s
CI / notify-on-failure (pull_request) Successful in 0s

This commit is contained in:
cfdaily
2026-06-12 00:00:18 +08:00
parent 3f71f53e4a
commit ddc1c7285a
+1 -1
View File
@@ -1532,7 +1532,7 @@ curl -X POST http://{api_host}:{api_port}/api/projects/{project_id}/tasks/{task_
return False
try:
from datetime import datetime as _dt, timezone as _tz, timedelta
from datetime import datetime as _dt, timezone as _tz
# 读尾部 500KB
with open(traj_path, "rb") as f: