Skip to content

Commit

Permalink
More lintage (flake8)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacemanPaul committed Sep 18, 2024
1 parent 4ab80bc commit f5b6f53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datacube/drivers/postgis/_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ def search_datasets(self, expressions,
select_fields, with_source_ids,
limit, geom=geom, archived=archived)
_LOG.debug("search_datasets SQL: %s", str(select_query))

def decode_row(raw):
return {f.name: f.normalise_value(r) for r, f in zip(raw, select_fields)}

Expand Down

0 comments on commit f5b6f53

Please sign in to comment.