Skip to content

Commit

Permalink
fix: ignore type
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Feb 4, 2025
1 parent ef59e54 commit 4345ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stactools/sentinel2/tileinfo_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def geometry(self) -> dict[str, Any]:

@property
def bbox(self) -> tuple[float, float, float, float]:
return self._bbox
return self._bbox # type: ignore

@property
def datetime(self) -> datetime:
Expand Down

0 comments on commit 4345ae4

Please sign in to comment.