Skip to content

Commit

Permalink
Add comment to has_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Sep 27, 2023
1 parent cb24488 commit 2f577ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pystac/extensions/virtual_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 2f577ad

Please sign in to comment.