mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Remove unused variable in MagicMixin._mock_set_magics
(#124092)
This commit is contained in:
parent
b02301fa5a
commit
1de46136b9
1 changed files with 0 additions and 2 deletions
|
@ -2166,8 +2166,6 @@ class MagicMixin(Base):
|
|||
|
||||
if getattr(self, "_mock_methods", None) is not None:
|
||||
these_magics = orig_magics.intersection(self._mock_methods)
|
||||
|
||||
remove_magics = set()
|
||||
remove_magics = orig_magics - these_magics
|
||||
|
||||
for entry in remove_magics:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue