Skip to content

Commit

Permalink
ignore complexity issue for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Dec 19, 2024
1 parent 4804852 commit 9763d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ def _handle_tj(

return text, rtl_dir, actual_str_size

def _extract_text(
def _extract_text( # noqa: C901, PLR0915 # TODO: Refactor for less complexity.
self,
obj: Any,
pdf: Any,
Expand Down

0 comments on commit 9763d9a

Please sign in to comment.