Skip to content

Commit

Permalink
📝 signature
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed May 14, 2024
1 parent 59b1dab commit 98ad3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdlib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98ad3d7

Please sign in to comment.