Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 8, 2024
1 parent b79975f commit abc31f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions intake_stac/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@


class AbstractStacCatalog(Catalog):

version = __version__
partition_access = False

Expand Down Expand Up @@ -498,7 +497,6 @@ def _get_driver(self, asset):
entry_type = asset.media_type

if entry_type in ['', 'null', None]:

suffix = '.tif'
if asset.media_type:
suffix = os.path.splitext(asset.media_type)[-1]
Expand Down

0 comments on commit abc31f8

Please sign in to comment.