Skip to content

Commit 093c593

Browse files
committed
Adding computed_field output type.
1 parent 4623a43 commit 093c593

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/core/stac_fastapi/core/models

1 file changed

+1
-1
lines changed

stac_fastapi/core/stac_fastapi/core/models/patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ def __init__(self, *, path: str):
3131

3232
@computed_field
3333
@property
34-
def location(self):
34+
def location(self) -> str:
3535
return self.nest + self.partition + self.key

0 commit comments

Comments
 (0)