Skip to content

Commit bf3fa12

Browse files
authored
commit
1 parent 823cd6d commit bf3fa12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stubs/networkx/networkx/algorithms/communicability_alg.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ from networkx.utils.backends import _dispatchable
66
__all__ = ["communicability", "communicability_exp"]
77

88
@_dispatchable
9-
def communicability(G: Graph[_Node]) -> dict[dict[Incomplete, Incomplete], dict[Incomplete, float]]: ...
9+
def communicability(G: Graph[_Node]) -> dict[_Node, dict[_Node, float]]: ...
1010
@_dispatchable
11-
def communicability_exp(G: Graph[_Node]) -> dict[dict[Incomplete, Incomplete], dict[Incomplete, float]]: ...
11+
def communicability_exp(G: Graph[_Node]) -> dict[_Node, dict[_Node, float]]: ...

0 commit comments

Comments
 (0)