mirror of https://github.com/python/cpython
Remove two unneeded imports in 'io'.
This commit is contained in:
parent
25c9d6aa00
commit
46225e77fa
|
@ -59,10 +59,8 @@ __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
|
|||
|
||||
import os
|
||||
import abc
|
||||
import sys
|
||||
import codecs
|
||||
import _fileio
|
||||
import warnings
|
||||
import threading
|
||||
|
||||
# open() uses st_blksize whenever we can
|
||||
|
|
Loading…
Reference in New Issue