Skip to content

Commit cdff4d0

Browse files
Revert change to indexes
1 parent ba2cb6f commit cdff4d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

titiler/stacapi/asset_reader.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from rio_tiler.io.base import BaseReader, MultiBaseReader
1919
from rio_tiler.models import ImageData
2020
from rio_tiler.tasks import multi_arrays
21+
from rio_tiler.types import Indexes
2122

2223
from titiler.stacapi.models import AssetInfo
2324
from titiler.stacapi.settings import CacheSettings, RetrySettings, STACSettings
@@ -183,7 +184,7 @@ def tile( # noqa: C901
183184
raise MissingAssets(
184185
"assets must be passed either via `expression` or `assets` options."
185186
)
186-
187+
187188
# indexes comes from the bidx query-parameter.
188189
# but for asset based backend we usually use asset_bidx option.
189190
asset_indexes = asset_indexes or {}

0 commit comments

Comments
 (0)