diff --git a/examples/issue125.py b/examples/issue125.py index 63499af..c9e96e2 100644 --- a/examples/issue125.py +++ b/examples/issue125.py @@ -14,11 +14,10 @@ """ import fsspec +import tifffile import xarray from matplotlib import pyplot -import tifffile # >= 2022.4.8 - # get a list of cloud optimized GeoTIFF files stored on S3 remote_options = { 'anon': True,