Skip to content

Commit f9ea5e1

Browse files
author
Ariana Barzinpour
committed
linting
1 parent 8a53d07 commit f9ea5e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

odc/stac/_mdtools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def _get_grid(grid_name: str, asset: pystac.asset.Asset) -> GeoBox:
721721
}
722722
for name in _acc_names
723723
}
724-
724+
725725
md = item.common_metadata
726726
return ParsedItem(
727727
item.id,

odc/stac/model.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ class ParsedItem(Mapping[BandIdentifier, RasterSource]):
205205
206206
Only includes raster bands of interest.
207207
"""
208+
# pylint: disable=too-many-instance-attributes
208209

209210
id: str
210211
"""Item id copied from STAC."""
@@ -226,7 +227,7 @@ class ParsedItem(Mapping[BandIdentifier, RasterSource]):
226227

227228
href: Optional[str] = None
228229
"""Self link from stac item."""
229-
230+
230231
accessories: dict[str, Any] = field(default_factory=dict)
231232
"""Additional assets"""
232233

0 commit comments

Comments
 (0)