Skip to content

Commit ce566ec

Browse files
Potential fix for pull request finding 'CodeQL / Variable defined multiple times'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 24e2193 commit ce566ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,6 @@ async def test_weakref_handle() -> None:
437437

438438

439439
async def test_weakref_handle_with_small_threshold() -> None:
440-
loop = asyncio.get_running_loop()
441440
cb = mock.Mock()
442441
loop = mock.Mock()
443442
loop.time.return_value = 10

0 commit comments

Comments
 (0)