Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Oct 20, 2024
1 parent 9c5488c commit 32f7620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camelot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ def merge_close_lines(ar, line_tol=2):
return ret


def text_strip(text: str, strip: str = "") -> str:
def text_strip(text, strip=""):
"""Strip any characters in `strip` that are present in `text`.
Parameters
Expand Down

0 comments on commit 32f7620

Please sign in to comment.