Skip to content

Commit

Permalink
Fix type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed May 24, 2022
1 parent db181dd commit 05616fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimade/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def get(
endpoint: Optional[str] = None,
response_fields: Optional[List[str]] = None,
sort: Optional[str] = None,
) -> Dict[str, Dict[str, Dict[str, QueryResults]]]:
) -> Dict[str, Dict[str, Dict[str, Dict]]]:
"""Gets the results from the endpoint and filter across the
defined OPTIMADE APIs.
Expand Down

0 comments on commit 05616fe

Please sign in to comment.