Skip to content

Commit

Permalink
FIX: ignore mypy false-positive
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 20, 2024
1 parent 455c21d commit 59e8a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx_hep_pdgref/role.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def role( # noqa: PLR0913
node = nodes.reference(rawtext, link_text, refuri=url, **options)
return [node], []

return role
return role # type:ignore[return-value]

0 comments on commit 59e8a21

Please sign in to comment.