mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-08 06:45:54 +00:00
Fixed last annotation
This commit is contained in:
parent
3f2b238c34
commit
e3678fdead
@ -69,7 +69,7 @@ rotor9 = "KOAEGVDHXPQZMLFTYWJNBRCIUS"
|
|||||||
|
|
||||||
def _validator(
|
def _validator(
|
||||||
rotpos: RotorPositionT, rotsel: RotorSelectionT, pb: str
|
rotpos: RotorPositionT, rotsel: RotorSelectionT, pb: str
|
||||||
) -> tuple[RotorPositionT, RotorSelectionT, Dict[str, str]]:
|
) -> Tuple[RotorPositionT, RotorSelectionT, Dict[str, str]]:
|
||||||
"""
|
"""
|
||||||
Checks if the values can be used for the 'enigma' function
|
Checks if the values can be used for the 'enigma' function
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user