8000 Update test_locks.py · python/cpython@16515ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 16515ef

Browse files
committed
Update test_locks.py
Remove "import functools"
1 parent 0384561 commit 16515ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_asyncio/test_locks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import asyncio
88
from test.test_asyncio import utils as test_utils
9-
import functools
109

1110
STR_RGX_REPR = (
1211
r'^<(?P<class>.*?) object at (?P<address>.*?)'

0 commit comments

Comments
 (0)
0