Remove unneeded self-parameter.
This commit is contained in:
parent
66700e9a94
commit
38c5abfc98
@ -120,7 +120,7 @@ def test_nextitem_previtem_chain(hist):
|
|||||||
assert hist.nextitem() == 'fourth'
|
assert hist.nextitem() == 'fourth'
|
||||||
|
|
||||||
|
|
||||||
def raise_index_error(self=None):
|
def raise_index_error():
|
||||||
raise IndexError()
|
raise IndexError()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user