mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 12:51:15 -08:00
fix: workaround typing issue
This commit is contained in:
@@ -146,7 +146,7 @@ def fuzzy_inquirer(choices: list, prompt: str, **kwargs):
|
|||||||
from click import clear
|
from click import clear
|
||||||
|
|
||||||
clear()
|
clear()
|
||||||
action = inquirer.fuzzy(
|
action = inquirer.fuzzy( # pyright:ignore
|
||||||
prompt,
|
prompt,
|
||||||
choices,
|
choices,
|
||||||
height="100%",
|
height="100%",
|
||||||
|
|||||||
Reference in New Issue
Block a user