We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88e6e2 commit 666cfa6Copy full SHA for 666cfa6
docs/examples/code/mosaic_from_urls.md
@@ -17,7 +17,7 @@ The goal is to build a minimalist Mosaic Backend which takes COG paths as input.
17
app/backends.py
18
19
"""
20
-from typing import Type, List, Tuple, Dict
+from typing import Type, List, Tuple, Dict, Union
21
22
import attr
23
from rio_tiler.io import BaseReader, COGReader, MultiBandReader, MultiBaseReader
0 commit comments