From 62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 12 Jun 2016 01:56:50 +0000 Subject: Drop unused import --- Lib/_pyio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 40df79d..d0947f0 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 -- cgit v0.12