mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-25 02:04:04 +08:00
[networkx] Fix argument type of node_connected_component (#13612)
This commit is contained in:
@@ -11,4 +11,4 @@ def number_connected_components(G: Graph[_Node]): ...
|
||||
@_dispatchable
|
||||
def is_connected(G: Graph[_Node]): ...
|
||||
@_dispatchable
|
||||
def node_connected_component(G: Graph[_Node], n: str): ...
|
||||
def node_connected_component(G: Graph[_Node], n: _Node): ...
|
||||
|
||||
Reference in New Issue
Block a user