You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Bulk Transactions, the Items iterator returns an iterator over the keys in the items dictionary. This isn't very useful and (I would say) unexpected, as I'd expect to get an iterator of the Items objects instead (the values of that dict).
The text was updated successfully, but these errors were encountered:
stac-fastapi/stac_fastapi/extensions/stac_fastapi/extensions/third_party/bulk_transactions.py
Line 21 in 33611f7
in Bulk Transactions, the Items iterator returns an iterator over the keys in the
items
dictionary. This isn't very useful and (I would say) unexpected, as I'd expect to get an iterator of the Items objects instead (the values of that dict).The text was updated successfully, but these errors were encountered: