Skip to content

Commit

Permalink
bug fix on return type
Browse files Browse the repository at this point in the history
  • Loading branch information
dchandan committed Feb 26, 2024
1 parent 5011bea commit 5d86e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STACpopulator/populator_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def create_stac_collection(self) -> dict[str, Any]:
self.publish_stac_collection(collection_data)
return collection_data

def __make_collection_assets(self) -> Dict[pystac.Asset]:
def __make_collection_assets(self) -> Dict[str, pystac.Asset]:
"""Creates collection level assets based on data read in from the configuration file.
:return: Dictionary of pystac Asset objects
Expand Down

0 comments on commit 5d86e2c

Please sign in to comment.