Skip to content

Commit

Permalink
noqa?
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas authored Feb 11, 2025
1 parent 3b9a679 commit 9adb3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pluggy/_callers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _raise_wrapfail(
),
msg: str,
) -> NoReturn:
co = wrap_controller.gi_code
co = wrap_controller.gi_code # type: ignore[union-attr]
raise RuntimeError(
f"wrap_controller at {co.co_name!r} {co.co_filename}:{co.co_firstlineno} {msg}"
)
Expand Down

0 comments on commit 9adb3d3

Please sign in to comment.