Skip to content

Commit 2944192

Browse files
committed
Fixed codec: base45
1 parent 4765b3e commit 2944192

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

codext/base/base45.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def encode(text, errors="strict"):
5050

5151

5252
def base45_decode(mode):
53-
mode = mode.replace("inverted", "inv").replace("_", "-").lstrip("-")
5453
b45 = {c: i for i, c in enumerate(_get_charset(B45, mode))}
5554
def decode(text, errors="strict"):
5655
t, s = b(text), ""

0 commit comments

Comments
 (0)