mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Missing return
This commit is contained in:
parent
e67420d72e
commit
e973c61238
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ class MutableSet(Set):
|
|||
self.discard(value)
|
||||
else:
|
||||
self.add(value)
|
||||
return self
|
||||
|
||||
def __isub__(self, it):
|
||||
for value in it:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue