diff --git a/float_raster.py b/float_raster.py index 502ea77..50e39cb 100644 --- a/float_raster.py +++ b/float_raster.py @@ -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'