Skip to content

Commit e641f3d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/base64.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def base64_decode(encoded_data: str) -> bytes:
136136
return bytes(data)
137137

138138

139-
#TO run/ dry run.. Add the following lines
139+
# TO run/ dry run.. Add the following lines
140140
# encoded = base64_encode(b"Hello, World!")
141141
# print(f"Encoded: {encoded}")
142142

0 commit comments

Comments
 (0)