We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2b238 commit e3678fdCopy full SHA for e3678fd
ciphers/enigma_machine2.py
@@ -69,7 +69,7 @@
69
70
def _validator(
71
rotpos: RotorPositionT, rotsel: RotorSelectionT, pb: str
72
-) -> tuple[RotorPositionT, RotorSelectionT, Dict[str, str]]:
+) -> Tuple[RotorPositionT, RotorSelectionT, Dict[str, str]]:
73
"""
74
Checks if the values can be used for the 'enigma' function
75
0 commit comments