Skip to content

Commit a24957d

Browse files
committed
Separate attribute and submodule imports
1 parent d7bf513 commit a24957d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Lib/test/test_io/test_textio.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,8 @@
1111
import weakref
1212
from collections import UserList
1313
from test import support
14-
from test.support import (
15-
os_helper,
16-
set_recursion_limit,
17-
threading_helper
18-
)
14+
from test.support import set_recursion_limit
15+
from test.support import os_helper, threading_helper
1916
from test.support.script_helper import assert_python_ok
2017
from .utils import CTestCase, PyTestCase
2118

0 commit comments

Comments
 (0)