Skip to content

Commit 3d8eb36

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
fixup! Format Python code with psf/black push
1 parent a0bbc67 commit 3d8eb36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ciphers/hill_cipher.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
"""
3838

39-
from string import ascii_upper
39+
from string import ascii_upper
4040
import numpy
4141

4242

@@ -221,6 +221,7 @@ def main():
221221

222222
if __name__ == "__main__":
223223
import doctest
224+
224225
doctest.testmod()
225226

226227
main()

0 commit comments

Comments
 (0)