mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-27 20:12:21 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -71,6 +71,7 @@ class ArborescenceIterator:
|
||||
class Partition:
|
||||
mst_weight: float
|
||||
partition_dict: dict[Incomplete, Incomplete]
|
||||
|
||||
G: Incomplete
|
||||
weight: Incomplete
|
||||
minimum: Incomplete
|
||||
|
||||
@@ -34,6 +34,7 @@ class SpanningTreeIterator:
|
||||
class Partition:
|
||||
mst_weight: float
|
||||
partition_dict: dict[Incomplete, Incomplete]
|
||||
|
||||
G: Incomplete
|
||||
weight: Incomplete
|
||||
minimum: Incomplete
|
||||
|
||||
Reference in New Issue
Block a user