Commit 5a0d412
committed
[networkx] Correct argument type for from_nested_tuple
Currently the type hint specifies a tuple of length one with an
arbitrary element. However the tuple passed may be of any length. It is
actually an arbitrary nested tuple of tuples but not sure how to
annotate that or if it's necessary.1 parent 567b488 commit 5a0d412
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments