Skip to content

Commit

Permalink
fix: Remove runtime warning in parse rst
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Feb 20, 2024
1 parent f9aca8d commit c417007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rst_pypi_ref/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def _pypi_reference_role(
errors = []
problems = []
for msg in messages:
warnings.warn(msg)
err = inliner.reporter.warning(msg, line=lineno)
prb = inliner.problematic(rawtext, rawtext, err)
errors.append(err)
Expand Down

0 comments on commit c417007

Please sign in to comment.