Skip to content

Commit

Permalink
Change types in docstring
Browse files Browse the repository at this point in the history
Co-authored-by: willtai <[email protected]>
  • Loading branch information
leila-messallem and willtai authored May 21, 2024
1 parent bbfb30c commit eed26a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo4j_genai/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def query_database(
params (dict, optional): The query parameters. Defaults to None.
Returns:
List[Dict[str, Any]]: the result of the query in json format.
list[dict[str, Any]]: the result of the query in json format.
"""
if params is None:
params = {}
Expand Down

0 comments on commit eed26a0

Please sign in to comment.