Skip to content

Commit

Permalink
Update examples/issue125.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke committed Jan 28, 2024
1 parent b321fb5 commit e4017ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/issue125.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e4017ed

Please sign in to comment.