mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
py-cvs merge, correct indentation
This commit is contained in:
parent
fc0386cc5a
commit
817a76cfbb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class WindowList:
|
|||
|
||||
def unregister_callback(self, callback):
|
||||
try:
|
||||
self.callbacks.remove(callback)
|
||||
self.callbacks.remove(callback)
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue