Skip to content

Commit

Permalink
MAINT: io: Remove unused import in netcdf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed May 21, 2015
1 parent d3fcbe7 commit 1dc2c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/io/netcdf.py
Expand Up @@ -39,7 +39,7 @@

import numpy as np
from numpy.compat import asbytes, asstr
from numpy import fromstring, ndarray, dtype, empty, array, asarray
from numpy import fromstring, dtype, empty, array, asarray
from numpy import little_endian as LITTLE_ENDIAN
from functools import reduce

Expand Down

0 comments on commit 1dc2c61

Please sign in to comment.