From ce92143704754beba0eee4ffa0a628c3e4d909de Mon Sep 17 00:00:00 2001 From: ThatXliner Date: Sat, 25 Nov 2023 09:13:27 -0800 Subject: [PATCH] :rotating_light: Fix linters --- idae/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idae/cli.py b/idae/cli.py index 883f92d..8daaf9a 100644 --- a/idae/cli.py +++ b/idae/cli.py @@ -89,7 +89,7 @@ def run( and "requires-python" in pyproject["run"] ): python = get_python( - pyproject["run"]["requires-python"], console # type: ignore[assignment] + pyproject["run"]["requires-python"], console, # type: ignore[assignment] ) venv_path = get_venv(script_deps, python)