diff --git a/pystac/extensions/virtual_assets.py b/pystac/extensions/virtual_assets.py index 31d6a9845..8d3f729c1 100644 --- a/pystac/extensions/virtual_assets.py +++ b/pystac/extensions/virtual_assets.py @@ -74,6 +74,7 @@ def get_schema_uri(cls) -> str: return SCHEMA_URI @classmethod + # TODO: remove this once extension is released. def has_extension(cls, obj: S) -> bool: """Check if the given object implements this extension by checking :attr:`pystac.STACObject.stac_extensions` for this extension's schema URI."""