summaryrefslogtreecommitdiff
path: root/numpy/lib/npyio.py
diff options
context:
space:
mode:
authorEmil Hessman <emil@hessman.se>2018-09-30 19:22:49 +0200
committerEmil Hessman <emil@hessman.se>2018-09-30 19:22:49 +0200
commite07b0fce7844a227fa05e4f20772ec9cc5bf9912 (patch)
treefeb8cff1ce02ac8374d3293fc2671a8cbf90a1cc /numpy/lib/npyio.py
parent87c1fcd0308ee78e743401bac2b0085249cca1e5 (diff)
downloadnumpy-e07b0fce7844a227fa05e4f20772ec9cc5bf9912.tar.gz
MAINT: remove unused stdlib imports
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r--numpy/lib/npyio.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/npyio.py b/numpy/lib/npyio.py
index 77e007d23..7eb203868 100644
--- a/numpy/lib/npyio.py
+++ b/numpy/lib/npyio.py
@@ -1,6 +1,5 @@
from __future__ import division, absolute_import, print_function
-import io
import sys
import os
import re