mirror of
https://github.com/langgenius/dify.git
synced 2026-02-17 01:00:59 -05:00
[autofix.ci] apply automated fixes
(cherry picked from commit 907e63cdc57f8006017837a74c2da2fbe274dcfb)
This commit is contained in:
@@ -193,4 +193,3 @@ class DbMigrationAutoRenewLock:
|
||||
)
|
||||
self._stop_event = None
|
||||
self._thread = None
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user