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 4623a43 commit 093c593Copy full SHA for 093c593
stac_fastapi/core/stac_fastapi/core/models/patch.py
@@ -31,5 +31,5 @@ def __init__(self, *, path: str):
31
32
@computed_field
33
@property
34
- def location(self):
+ def location(self) -> str:
35
return self.nest + self.partition + self.key
0 commit comments