Skip to content

Commit cbbea23

Browse files
j-t-1ash01ish
authored andcommitted
STY: Remove variable check_crlf_space (#3096)
1 parent 9c064d3 commit cbbea23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pypdf/_page.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2020,7 +2020,6 @@ def process_operation(operator: bytes, operands: List[Any]) -> None:
20202020
str_widths = compute_str_widths(_actual_str_size["str_widths"])
20212021
_actual_str_size["str_widths"] = 0.0
20222022
elif operator == b"T*":
2023-
check_crlf_space = True
20242023
tm_matrix[4] -= TL * tm_matrix[2]
20252024
tm_matrix[5] -= TL * tm_matrix[3]
20262025
str_widths = compute_str_widths(_actual_str_size["str_widths"])

0 commit comments

Comments
 (0)