Skip to content

Commit

Permalink
Update Query constructor syntax
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Ayers <damien@omad.net>
  • Loading branch information
Ariana-B and omad committed Mar 12, 2024
1 parent 811283e commit 4bf8cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacube/api/query.py
Expand Up @@ -57,7 +57,7 @@ def __init__(self, group_by_func, dimension, units, sort_key=None, group_key=Non
'source_filter')


class Query():
class Query:
def __init__(self, index=None, product=None, geopolygon=None, like=None, **search_terms):
"""Parses search terms in preparation for querying the Data Cube Index.
Expand Down

0 comments on commit 4bf8cb8

Please sign in to comment.