From e4017ede86a99fc2e0c6321913394cd2b711a53b Mon Sep 17 00:00:00 2001 From: Christoph Gohlke Date: Sun, 28 Jan 2024 10:02:54 -0800 Subject: [PATCH] Update examples/issue125.py --- examples/issue125.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,