Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Sep 3, 2024
1 parent f9ea5e1 commit d77500e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions odc/stac/_mdtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,12 +715,7 @@ def _get_grid(grid_name: str, asset: pystac.asset.Asset) -> GeoBox:
driver_data=driver_data,
)

accessories = {
name: {
"path": _assets[name].href
}
for name in _acc_names
}
accessories = {name: {"path": _assets[name].href} for name in _acc_names}

md = item.common_metadata
return ParsedItem(
Expand Down
1 change: 1 addition & 0 deletions odc/stac/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ class ParsedItem(Mapping[BandIdentifier, RasterSource]):
Only includes raster bands of interest.
"""

# pylint: disable=too-many-instance-attributes

id: str
Expand Down

0 comments on commit d77500e

Please sign in to comment.