From d0bd74fccbd23f13ba45511aa137700a168e4955 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 04:16:51 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes (cherry picked from commit 907e63cdc57f8006017837a74c2da2fbe274dcfb) --- api/libs/db_migration_lock.py | 1 - .../libs/test_auto_renew_redis_lock_integration.py | 1 - 2 files changed, 2 deletions(-) diff --git a/api/libs/db_migration_lock.py b/api/libs/db_migration_lock.py index 799ac24b5f..69f20466e3 100644 --- a/api/libs/db_migration_lock.py +++ b/api/libs/db_migration_lock.py @@ -193,4 +193,3 @@ class DbMigrationAutoRenewLock: ) self._stop_event = None self._thread = None - diff --git a/api/tests/test_containers_integration_tests/libs/test_auto_renew_redis_lock_integration.py b/api/tests/test_containers_integration_tests/libs/test_auto_renew_redis_lock_integration.py index 550aea14b4..eb055ca332 100644 --- a/api/tests/test_containers_integration_tests/libs/test_auto_renew_redis_lock_integration.py +++ b/api/tests/test_containers_integration_tests/libs/test_auto_renew_redis_lock_integration.py @@ -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 -