fix incorrect method signature
This commit is contained in:
parent
950da4dec3
commit
79c48b21ca
|
@ -83,7 +83,7 @@ class Container(object):
|
||||||
"""Remove a widget from the container"""
|
"""Remove a widget from the container"""
|
||||||
raise NotImplementedError('remove')
|
raise NotImplementedError('remove')
|
||||||
|
|
||||||
def hoover(self, widget):
|
def hoover(self):
|
||||||
"""Ensure we still have a reason to exist"""
|
"""Ensure we still have a reason to exist"""
|
||||||
raise NotImplementedError('hoover')
|
raise NotImplementedError('hoover')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue