Skip to content

Commit 774af36

Browse files
key
1 parent 20b6722 commit 774af36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/extensions/eo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_bands(self, asset=None):
6969
# get assets with eo:bands even if not in item
7070
if bands is None:
7171
bands = []
72-
for (value) in self.item.get_assets().items():
72+
for (key, value) in self.item.get_assets().items():
7373
if 'eo:bands' in value.properties:
7474
bands.extend(value.properties.get('eo:bands'))
7575

0 commit comments

Comments
 (0)