From 98ad3d7e652af39d4cc0e14d277e013765ac3814 Mon Sep 17 00:00:00 2001 From: GiulioRossetti Date: Tue, 14 May 2024 11:54:49 +0200 Subject: [PATCH] :memo: signature --- cdlib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdlib/utils.py b/cdlib/utils.py index 12f9a926..655e062b 100644 --- a/cdlib/utils.py +++ b/cdlib/utils.py @@ -79,7 +79,7 @@ def __from_graph_tool_to_nx( return tp -def __from_nx_to_igraph(g: object, directed: bool = None) -> ig.Graph: +def __from_nx_to_igraph(g: object, directed: bool = None) -> object: """ :param g: :param directed: