Skip to content

Commit

Permalink
fix docstring flagged by pydoclint update
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Oct 1, 2024
1 parent 40c5316 commit 51b71c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_model/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def ext(
Extended object.
Raises:
pystac.ExtensionTypeError : If an invalid object type is passed.
pystac.ExtensionTypeError: If an invalid object type is passed.
"""
if isinstance(obj, pystac.Collection):
cls.ensure_has_extension(obj, add_if_missing)
Expand Down

0 comments on commit 51b71c9

Please sign in to comment.