mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
Fixed last annotation
This commit is contained in:
parent
3f2b238c34
commit
e3678fdead
@ -69,7 +69,7 @@ rotor9 = "KOAEGVDHXPQZMLFTYWJNBRCIUS"
|
||||
|
||||
def _validator(
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user