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 f2afd5a commit 645a1a3Copy full SHA for 645a1a3
pystac/extensions/base.py
@@ -57,7 +57,7 @@ class PropertiesExtension(ABC):
57
``additional_read_properties`` will take precedence.
58
"""
59
60
- def _get_property(self, prop_name: str, typ: Type[P]) -> Optional[P]:
+ def _get_property(self, prop_name: str, _typ: Type[P]) -> Optional[P]:
61
maybe_property: Optional[P] = self.properties.get(prop_name)
62
if maybe_property is not None:
63
return maybe_property
0 commit comments