Skip to content

Commit e3678fd

Browse files
committed
Fixed last annotation
1 parent 3f2b238 commit e3678fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ciphers/enigma_machine2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
def _validator(
7171
rotpos: RotorPositionT, rotsel: RotorSelectionT, pb: str
72-
) -> tuple[RotorPositionT, RotorSelectionT, Dict[str, str]]:
72+
) -> Tuple[RotorPositionT, RotorSelectionT, Dict[str, str]]:
7373
"""
7474
Checks if the values can be used for the 'enigma' function
7575

0 commit comments

Comments
 (0)