Clean up imports

This commit is contained in:
jan 2016-07-16 21:45:50 -07:00
parent c7f551b0b7
commit fb8c547ec2

View File

@ -6,8 +6,7 @@ See the documentation for raster(...) for details.
"""
import numpy
from numpy import r_, c_, logical_and, diff, floor, ceil, ones, zeros, vstack, hstack,\
full_like, newaxis
from numpy import logical_and, diff, floor, ceil, ones, zeros, hstack, full_like, newaxis
from scipy import sparse
__author__ = 'Jan Petykiewicz'