Skip to content

Commit

Permalink
removed shutil import. checking if rasterio.shutil module loads.
Browse files Browse the repository at this point in the history
  • Loading branch information
00krishna committed Oct 23, 2020
1 parent e08e9ae commit 31f8480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nyuki/geotiff_compressor.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import click
import rasterio
from rasterio.warp import calculate_default_transform, reproject, Resampling
import shutil


def compressor(sourcefile, target_compression='LZW', yes=False):

Expand Down

0 comments on commit 31f8480

Please sign in to comment.