aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-12 01:56:50 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-06-12 01:56:50 +0000
commit62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd (patch)
tree428f3969373046c22a97cbfbb01fe3cc95ba4a25 /Lib/_pyio.py
parentIssue #24136: Adjust f-strings doc for interable unpacking (diff)
downloadcpython-62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd.tar.gz
cpython-62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd.tar.bz2
cpython-62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd.zip
Drop unused import
Diffstat (limited to 'Lib/_pyio.py')
-rw-r--r--Lib/_pyio.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/_pyio.py b/Lib/_pyio.py
index 40df79d3452..d0947f06d51 100644
--- a/Lib/_pyio.py
+++ b/Lib/_pyio.py
@@ -6,7 +6,6 @@ import os
import abc
import codecs
import errno
-import array
import stat
import sys
# Import _thread instead of threading to reduce startup cost