Remove unreachable return statement in _handle_interrupt (#2840)

This commit is contained in:
correctmost 2024-11-16 19:00:16 -05:00 committed by GitHub
parent 6383b5e82f
commit 57e4362a49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -1218,8 +1218,6 @@ class SelectMenu(AbstractCurses):
else:
return False
return True
def _process_input_key(self, key: int) -> Result | None:
key_handles = MenuKeys.from_ord(key)