Skip to content

Commit f094135

Browse files
committed
derp
1 parent 4ddf024 commit f094135

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/_pyrepl/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ def wlen(s: str) -> int:
8686
return length - sum(len(i) for i in sequence) + ctrl_z_cnt
8787

8888

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

0 commit comments

Comments
 (0)