mirror of https://github.com/python/cpython.git
Remove cut 'n paste silliness.
This commit is contained in:
parent
aa7d24319e
commit
30e0beab6d
|
@ -59,8 +59,6 @@ def __repr__(self):
|
|||
return "Complains(%d)" % self.i
|
||||
|
||||
class Stable(object):
|
||||
maybe_complain = True
|
||||
|
||||
def __init__(self, key, i):
|
||||
self.key = key
|
||||
self.index = i
|
||||
|
|
Loading…
Reference in New Issue