Remove unused variable in `MagicMixin._mock_set_magics` (#124092)

This commit is contained in:
sobolevn 2024-09-14 13:20:44 +03:00 committed by GitHub
parent b02301fa5a
commit 1de46136b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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: