Skip to content

Commit 59ca394

Browse files
committed
Removed unused variable
1 parent 2f20adb commit 59ca394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_rlock_acquire_timeout_fail(this_lock):
110110

111111
# Assert acquisition fails using context manager
112112
with pytest.raises(LockError):
113-
with this_lock(timeout=0.01) as result:
113+
with this_lock(timeout=0.01):
114114
pass
115115

116116
# Force ownership

0 commit comments

Comments
 (0)