From 207e22b5f187385f3f5d97d6632eda932a6c086f Mon Sep 17 00:00:00 2001 From: Cary Carter Date: Fri, 17 May 2024 05:01:09 -0700 Subject: [PATCH] 1 FILE(s) | open2fa/cli.py --- open2fa/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open2fa/cli.py b/open2fa/cli.py index 59709cd..0acb945 100755 --- a/open2fa/cli.py +++ b/open2fa/cli.py @@ -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: