Skip to content

Commit 1efafc3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 859e9a6 commit 1efafc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ciphers/a1z26.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from __future__ import annotations
1010
import string
1111

12+
1213
def encode(plain: str) -> list[int]:
1314
"""
1415
>>> encode("myname")

0 commit comments

Comments
 (0)