Skip to content

Commit 82ad505

Browse files
author
GitHub Copilot
committed
Fix pre-commit issues: remove unused variable
1 parent 16bfc7e commit 82ad505

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/unit/amlb/test_results_race_condition.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ def test_save_with_file_lock_timeout(mocker):
110110
board = Scoreboard(scores=[score_data], scores_dir=str(scores_dir))
111111

112112
# Mock file_lock to raise TimeoutError
113-
from amlb.utils import process
114-
115-
original_file_lock = process.file_lock
116-
117113
def mock_file_lock(*args, **kwargs):
118114
raise TimeoutError("Lock timeout")
119115

0 commit comments

Comments
 (0)