From eed26a0c4aeee51cc3eddf5f4f3355a5d9aca9af Mon Sep 17 00:00:00 2001 From: leila-messallem <59602030+leila-messallem@users.noreply.github.com> Date: Tue, 21 May 2024 11:00:10 +0200 Subject: [PATCH] Change types in docstring Co-authored-by: willtai --- src/neo4j_genai/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neo4j_genai/schema.py b/src/neo4j_genai/schema.py index 6f5fdc37..7a2982b0 100644 --- a/src/neo4j_genai/schema.py +++ b/src/neo4j_genai/schema.py @@ -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 = {}