Skip to content
Prev Previous commit
derp
  • Loading branch information
ambv committed Apr 7, 2026
commit f094135bbe8d995b712ef10e4b407457b330e5db
2 changes: 0 additions & 2 deletions Lib/_pyrepl/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ def wlen(s: str) -> int:
return length - sum(len(i) for i in sequence) + ctrl_z_cnt




def unbracket(s: str, including_content: bool = False) -> str:
r"""Return `s` with \001 and \002 characters removed.

Expand Down
Loading