Thanks to visit codestin.com Credit goes to github.com
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 aa7d243 commit 30e0beaCopy full SHA for 30e0bea
1 file changed
Lib/test/test_sort.py
@@ -59,8 +59,6 @@ def __repr__(self):
59
return "Complains(%d)" % self.i
60
61
class Stable(object):
62
- maybe_complain = True
63
-
64
def __init__(self, key, i):
65
self.key = key
66
self.index = i
0 commit comments