fix(cron): clean persistence lint issues

Keep the cron persistence hardening clean under ruff without changing behavior.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Xubin Ren
2026-05-04 00:16:39 +08:00
committed by Xubin Ren
co-authored by Cursor
parent 75c2506c07
commit 9a9e446f3f
2 changed files with 12 additions and 7 deletions
-1
View File
@@ -9,7 +9,6 @@ jobs.json + don't silently overwrite corrupt store``.
from __future__ import annotations
import json
import time
from pathlib import Path
import pytest