Skip to content

Commit

Permalink
Merge pull request #410 from bluetech/rm-subset-slots
Browse files Browse the repository at this point in the history
hooks: remove a couple of unnecessary slots from `_SubsetHookCaller`
  • Loading branch information
bluetech authored Jun 20, 2023
2 parents fea9daa + b56b4c3 commit 165c4a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pluggy/_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,6 @@ class _SubsetHookCaller(_HookCaller):
__slots__ = (
"_orig",
"_remove_plugins",
"name",
"_hookexec",
)

def __init__(self, orig: _HookCaller, remove_plugins: AbstractSet[_Plugin]) -> None:
Expand Down

0 comments on commit 165c4a7

Please sign in to comment.