Skip to content

Commit

Permalink
Fixed Flake E712 comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
naourass committed Feb 2, 2023
1 parent 850496e commit ab2cb91
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 @@ -1691,7 +1691,7 @@ def process_operation(operator: bytes, operands: List) -> None:
)
text = ""
elif (
rtl_dir == False
rtl_dir is False
and abs(delta_y) < f * 0.3
and abs(delta_x) > current_spacewidth() * f * 15
):
Expand Down

0 comments on commit ab2cb91

Please sign in to comment.