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