mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +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…
Reference in New Issue
Block a user