diff options
author | Emil Hessman <emil@hessman.se> | 2018-09-30 19:22:49 +0200 |
---|---|---|
committer | Emil Hessman <emil@hessman.se> | 2018-09-30 19:22:49 +0200 |
commit | e07b0fce7844a227fa05e4f20772ec9cc5bf9912 (patch) | |
tree | feb8cff1ce02ac8374d3293fc2671a8cbf90a1cc /numpy/lib/npyio.py | |
parent | 87c1fcd0308ee78e743401bac2b0085249cca1e5 (diff) | |
download | numpy-e07b0fce7844a227fa05e4f20772ec9cc5bf9912.tar.gz |
MAINT: remove unused stdlib imports
Diffstat (limited to 'numpy/lib/npyio.py')
-rw-r--r-- | numpy/lib/npyio.py | 1 |
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 |