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 e36ddf6 commit 0a11ff8Copy full SHA for 0a11ff8
Lib/test/test_io/test_bufferedio.py
@@ -10,8 +10,7 @@
10
from collections import deque, UserList
11
from itertools import cycle, count
12
from test import support
13
-from test.support import check_sanitizer
14
-from test.support import os_helper, threading_helper
+from test.support import check_sanitizer, os_helper, threading_helper
15
from .utils import byteslike, CTestCase, PyTestCase
16
17
0 commit comments