Skip to content

Commit

Permalink
🚨 Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Nov 25, 2023
1 parent 516519b commit ce92143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idae/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce92143

Please sign in to comment.