Skip to content

Commit df114b0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bfa2113 commit df114b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

intake_stac/catalog.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646

4747
class AbstractStacCatalog(Catalog):
48-
4948
version = __version__
5049
partition_access = False
5150

@@ -498,7 +497,6 @@ def _get_driver(self, asset):
498497
entry_type = asset.media_type
499498

500499
if entry_type in ['', 'null', None]:
501-
502500
suffix = '.tif'
503501
if asset.media_type:
504502
suffix = os.path.splitext(asset.media_type)[-1]

0 commit comments

Comments
 (0)