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 98ad3d7 commit 5978e49
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 @@ -144,7 +144,7 @@ def __from_nx_to_igraph(g: object, directed: bool = None) -> object:
return gi


def __from_igraph_to_nx(gi: ig.Graph, directed: bool = None) -> object:
def __from_igraph_to_nx(gi: object, directed: bool = None) -> object:
"""
:param gi:
Expand Down

0 comments on commit 5978e49

Please sign in to comment.