[autofix.ci] apply automated fixes

(cherry picked from commit 907e63cdc57f8006017837a74c2da2fbe274dcfb)
This commit is contained in:
autofix-ci[bot]
2026-02-14 04:16:51 +00:00
committed by L1nSn0w
parent 5ccbc00eb9
commit d0bd74fccb
2 changed files with 0 additions and 2 deletions

View File

@@ -193,4 +193,3 @@ class DbMigrationAutoRenewLock:
)
self._stop_event = None
self._thread = None

View File

@@ -36,4 +36,3 @@ def test_db_migration_lock_renews_ttl_and_releases():
# After release, the key should not exist.
assert redis_client.exists(lock_name) == 0