Skip to content

Commit 0a11ff8

Browse files
committed
Resolve comments
1 parent e36ddf6 commit 0a11ff8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_io/test_bufferedio.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
from collections import deque, UserList
1111
from itertools import cycle, count
1212
from test import support
13-
from test.support import check_sanitizer
14-
from test.support import os_helper, threading_helper
13+
from test.support import check_sanitizer, os_helper, threading_helper
1514
from .utils import byteslike, CTestCase, PyTestCase
1615

1716

0 commit comments

Comments
 (0)