Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused update message #583

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions pynitrokey/cli/nk3/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading