Skip to content

Commit 5ea264a

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

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ciphers/columnar_transposition.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
...
2727
ValueError: Key must be a non-empty alphabetic string
2828
"""
29+
2930
from __future__ import annotations
3031

3132

ciphers/skytale_cipher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
...
3333
ValueError: Key must be a positive integer
3434
"""
35+
3536
from __future__ import annotations
3637

3738

0 commit comments

Comments
 (0)