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 f42a808 commit 94b0801Copy full SHA for 94b0801
Lib/graphlib.py
@@ -243,4 +243,3 @@ def static_order(self):
243
node_group = self.get_ready()
244
yield from node_group
245
self.done(*node_group)
246
-
Lib/test/test_graphlib.py
@@ -241,4 +241,4 @@ def check_order_with_hash_seed(seed):
241
242
self.assertNotEqual(run1, "")
self.assertNotEqual(run2, "")
- self.assertEqual(run1, run2)
+ self.assertEqual(run1, run2)
0 commit comments