Skip to content

Commit

Permalink
MAINT: Remove unused variables (#3088)
Browse files Browse the repository at this point in the history
Specifically CUSTOM_RTL_MIN, CUSTOM_RTL_MAX, and CUSTOM_RTL_SPECIAL_CHARS.
  • Loading branch information
j-t-1 authored Jan 28, 2025
1 parent c5facd7 commit b945472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pypdf/_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,6 @@ def process_operation(operator: bytes, operands: List[Any]) -> None:
nonlocal cm_matrix, tm_matrix, cm_stack, cm_prev, tm_prev, memo_cm, memo_tm
nonlocal char_scale, space_scale, _space_width, TL, font_size, cmap
nonlocal orientations, rtl_dir, visitor_text, output, text, _actual_str_size
global CUSTOM_RTL_MIN, CUSTOM_RTL_MAX, CUSTOM_RTL_SPECIAL_CHARS

check_crlf_space: bool = False
str_widths: float = 0.0
Expand Down

0 comments on commit b945472

Please sign in to comment.