Skip to content

Commit e476d58

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ciphers/base64.py

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

138138

139-
140-
141139
if __name__ == "__main__":
142140
import doctest
143141

0 commit comments

Comments
 (0)