Skip to content

Commit eca6aa0

Browse files
committed
Add import statements
1 parent f31725f commit eca6aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22

33
from asyncio import tools
4-
4+
import locale
55

66
# mock output of get_all_awaited_by function.
77
TEST_INPUTS_TREE = [

0 commit comments

Comments
 (0)