summaryrefslogtreecommitdiffstats
path: root/Lib/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/io.py')
-rw-r--r--Lib/io.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/io.py b/Lib/io.py
index 4fe1e8c..c1513f5 100644
--- a/Lib/io.py
+++ b/Lib/io.py
@@ -57,7 +57,6 @@ __all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
import os
import abc
-import sys
import codecs
import _fileio
# Import _thread instead of threading to reduce startup cost