Skip to content

Commit 2c9d126

Browse files
authored
Update enigma_machine2.py
1 parent 77365dc commit 2c9d126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/enigma_machine2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
Created by TrapinchO
1616
"""
1717
from __future__ import annotations
18-
1918
from typing import Tuple
2019

20+
2121
RotorPositionT = Tuple[int, int, int]
2222
RotorSelectionT = Tuple[str, str, str]
2323

0 commit comments

Comments
 (0)