[Python-checkins] cpython: Drop unused import

martin.panter python-checkins at python.org
Sat Jun 11 22:06:36 EDT 2016


https://hg.python.org/cpython/rev/0146e422f0b3
changeset:   101912:0146e422f0b3
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sun Jun 12 01:56:50 2016 +0000
summary:
  Drop unused import

files:
  Lib/_pyio.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/_pyio.py b/Lib/_pyio.py
--- a/Lib/_pyio.py
+++ b/Lib/_pyio.py
@@ -6,7 +6,6 @@
 import abc
 import codecs
 import errno
-import array
 import stat
 import sys
 # Import _thread instead of threading to reduce startup cost

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list