Skip to content

Commit

Permalink
1 FILE(s) | open2fa/cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-d committed May 17, 2024
1 parent fff3065 commit 207e22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open2fa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def parse_args() -> argparse.ArgumentParser:
return parser


def _print_secrets(secrets: list[TOTPSecret], show_secrets: bool = False):
def _print_secrets(secrets: TYPE.List[TOTPSecret], show_secrets: bool = False):
"""Prints a list of TOTPSecrets to the console."""
max_name, max_secret = 4, 6
if len(secrets) > 0:
Expand Down

0 comments on commit 207e22b

Please sign in to comment.