Skip to content

Commit

Permalink
client: make query in get_all_ids optional (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume authored Mar 22, 2022
1 parent f228634 commit 807ab2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-client/mpcontribs/client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ def get_unique_identifiers_flags(self, projects: list = None) -> dict:

def get_all_ids(
self,
query: dict,
query: dict = None,
include: List[str] = None,
timeout: int = -1,
data_id_fields: dict = None,
Expand Down

0 comments on commit 807ab2d

Please sign in to comment.