We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bf513 commit a24957dCopy full SHA for a24957d
1 file changed
Lib/test/test_io/test_textio.py
@@ -11,11 +11,8 @@
11
import weakref
12
from collections import UserList
13
from test import support
14
-from test.support import (
15
- os_helper,
16
- set_recursion_limit,
17
- threading_helper
18
-)
+from test.support import set_recursion_limit
+from test.support import os_helper, threading_helper
19
from test.support.script_helper import assert_python_ok
20
from .utils import CTestCase, PyTestCase
21
0 commit comments