From f53db84951d834fff5f61bd214da615225959fcd Mon Sep 17 00:00:00 2001 From: JWM <62558419+JokeWaumans@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:51:47 +0200 Subject: [PATCH] Update type in docstring Co-authored-by: Jasper Craeghs <28319872+JasperCraeghs@users.noreply.github.com> --- mlx/coverity_services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlx/coverity_services.py b/mlx/coverity_services.py index 803087d..498dbad 100644 --- a/mlx/coverity_services.py +++ b/mlx/coverity_services.py @@ -129,7 +129,7 @@ def retrieve_issues(self, filters): """Retrieve issues from the server (Coverity Connect). Args: - filters (json): The filters as json + filters (dict): The filters for the query Returns: dict: The response