From e3678fdeadd23f1bfca27015ab524efa184f6c79 Mon Sep 17 00:00:00 2001 From: Username Date: Tue, 14 Sep 2021 15:35:51 -0400 Subject: [PATCH] Fixed last annotation --- ciphers/enigma_machine2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciphers/enigma_machine2.py b/ciphers/enigma_machine2.py index b2b2953f4..3ed94c59d 100644 --- a/ciphers/enigma_machine2.py +++ b/ciphers/enigma_machine2.py @@ -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