Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Nov 16, 2023
1 parent 3715987 commit 309527c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynitrokey/nk3/admin_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def factory_reset(self) -> None:
raise e
FactoryResetStatus.check(reply[0], "Failed to factory reset the device")

def factory_reset_app(self, application) -> None:
def factory_reset_app(self, application: str) -> None:
reply = self._call(
AdminCommand.FACTORY_RESET_APP,
data=application.encode("ascii"),
Expand Down

0 comments on commit 309527c

Please sign in to comment.