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 311833f commit 0e6a8e6Copy full SHA for 0e6a8e6
docs/concepts.rst
@@ -303,6 +303,7 @@ for reading from AWS's S3 cloud object storage using `boto3
303
import boto3
304
from pystac import Link
305
from pystac.stac_io import DefaultStacIO, StacIO
306
+ from typing import Union, Any
307
308
class CustomStacIO(DefaultStacIO):
309
def __init__(self):
@@ -345,6 +346,7 @@ to take advantage of connection pooling using a `requests.Session
345
346
from urllib.parse import urlparse
347
import requests
348
349
350
351
class ConnectionPoolingIO(DefaultStacIO):
352
0 commit comments