Skip to content

Commit 165c4a7

Browse files
authored
Merge pull request #410 from bluetech/rm-subset-slots
hooks: remove a couple of unnecessary slots from `_SubsetHookCaller`
2 parents fea9daa + b56b4c3 commit 165c4a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pluggy/_hooks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,6 @@ class _SubsetHookCaller(_HookCaller):
507507
__slots__ = (
508508
"_orig",
509509
"_remove_plugins",
510-
"name",
511-
"_hookexec",
512510
)
513511

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

0 commit comments

Comments
 (0)