We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5a80e commit 9a92309Copy full SHA for 9a92309
stubs/networkx/networkx/algorithms/tree/coding.pyi
@@ -12,7 +12,7 @@ class NotATree(NetworkXException): ...
12
@_dispatchable
13
def to_nested_tuple(T: Graph[_Node], root: _Node, canonical_form: bool = False): ...
14
15
-def from_nested_tuple(sequence: tuple[Incomplete], sensible_relabeling: bool = False): ...
+def from_nested_tuple(sequence: tuple[Incomplete, ...], sensible_relabeling: bool = False): ...
16
17
def to_prufer_sequence(T: Graph[_Node]): ...
18
0 commit comments