From: Martin Panter Date: Sun, 12 Jun 2016 01:56:50 +0000 (+0000) Subject: Drop unused import X-Git-Tag: v3.6.0a2~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd;p=python Drop unused import --- diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 40df79d345..d0947f06d5 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