Skip to content

Commit

Permalink
chore: remove useless # type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencentric committed Jul 6, 2024
1 parent a051ee1 commit 0c3828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyanilist/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def markdown_formatter(description: str | None) -> str | None:
if description is None:
return description
else:
return HTML2Text(bodywidth=0).handle(description).strip() # type: ignore
return HTML2Text(bodywidth=0).handle(description).strip()


def text_formatter(description: str | None) -> str | None:
Expand Down

0 comments on commit 0c3828a

Please sign in to comment.