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 413caa2 commit 53ab330Copy full SHA for 53ab330
Lib/graphlib.py
@@ -1,4 +1,4 @@
1
-from types import GenericAlias
+4from types import GenericAlias
2
3
__all__ = ["TopologicalSorter", "CycleError"]
4
@@ -304,5 +304,5 @@ def static_order(self):
304
# version.
305
#
306
# Worst cases: O(V+E) for time, and O(V) for memory, where V is the
307
-# number of nodes and E the number edges (which may be quadratic in V!).
308
-# It requires care to ensure these bounds are met.
+# number of nodes and E the number of edges (which may be quadratic in
+# V!). It requires care to ensure these bounds are met.
0 commit comments