fix: workaround typing issue

This commit is contained in:
Benex254
2024-08-21 23:07:01 +03:00
parent 0ec3c7a5bb
commit 7d3dc671ed

View File

@@ -146,7 +146,7 @@ def fuzzy_inquirer(choices: list, prompt: str, **kwargs):
from click import clear
clear()
action = inquirer.fuzzy(
action = inquirer.fuzzy( # pyright:ignore
prompt,
choices,
height="100%",