pylint: disable incorrect not-callable message
This commit is contained in:
parent
85a571521b
commit
80b912ea14
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ class StreamFrame(object):
|
|||
|
||||
def cancel(self):
|
||||
if self.cancel_func is not None:
|
||||
self.cancel_func()
|
||||
self.cancel_func() # pylint: disable=not-callable
|
||||
self.stream_frame.destroy()
|
||||
self.app.stream_removed()
|
||||
|
||||
|
|
Loading…
Reference in a new issue