From 7e74e96836c78e44959f627dc919c77db3949f99 Mon Sep 17 00:00:00 2001 From: Markus Merklinger Date: Tue, 29 Oct 2024 09:47:50 +0100 Subject: [PATCH] Remove unused update message --- pynitrokey/cli/nk3/update.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pynitrokey/cli/nk3/update.py b/pynitrokey/cli/nk3/update.py index 02336b7c..428edf49 100644 --- a/pynitrokey/cli/nk3/update.py +++ b/pynitrokey/cli/nk3/update.py @@ -97,12 +97,6 @@ def confirm_extra_information(self, txt: List[str]) -> None: if not confirm("Have you read these information? Do you want to continue?"): raise Abort() - def request_repeated_update(self) -> Exception: - local_print( - "Bootloader mode enabled. Please repeat this command to apply the update." - ) - return Abort() - def pre_bootloader_hint(self) -> None: pass