We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4359af commit 9376cb5Copy full SHA for 9376cb5
src/pluggy/_callers.py
@@ -29,7 +29,6 @@ def run_old_style_hookwrapper(
29
backward compatibility wrapper to run a old style hookwrapper as a wrapper
30
"""
31
32
-
33
teardown: Teardown = cast(Teardown, hook_impl.function(*args))
34
try:
35
next(teardown)
0 commit comments