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 3810cc4 commit a3b28e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_eo3converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def test_product_cache(sentinel_stac_ms: pystac.item.Item):
# (and therefore did not have the _md attr set)
product = infer_dc_product(item, STAC_CFG)
delattr(product, "_md")

# make sure it doesn't error when product_cache is provided
(ds,) = stac2ds([item], STAC_CFG, {product.name: product})
assert ds.id

0 comments on commit a3b28e9

Please sign in to comment.