From 4cbd65ae633008b7b255f06f7afd1609773519bc Mon Sep 17 00:00:00 2001 From: Janosch <99879757+jkppr@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:31:28 +0100 Subject: [PATCH] Fix pytype error --- api_client/python/timesketch_api_client/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_client/python/timesketch_api_client/graph.py b/api_client/python/timesketch_api_client/graph.py index a0addeaef5..a9dcce4cb1 100644 --- a/api_client/python/timesketch_api_client/graph.py +++ b/api_client/python/timesketch_api_client/graph.py @@ -232,7 +232,7 @@ def from_graph(self, graph_obj): self._updated_at = time def from_manual( - self, data, **kwargs + self, data=None, **kwargs ): # pylint: disable=arguments-differ; pytype: disable=signature-mismatch """Generate a new graph using a dictionary.