diff options
Diffstat (limited to 'Lib/test/test_sort.py')
| -rw-r--r-- | Lib/test/test_sort.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_sort.py b/Lib/test/test_sort.py index 1a069c2..9b31052 100644 --- a/Lib/test/test_sort.py +++ b/Lib/test/test_sort.py @@ -59,8 +59,6 @@ class Complains(object): return "Complains(%d)" % self.i class Stable(object): - maybe_complain = True - def __init__(self, key, i): self.key = key self.index = i |
