Skip to content

Commit

Permalink
🚨 Shut up linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Nov 25, 2023
1 parent ce92143 commit a862a18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion idae/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ 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 a862a18

Please sign in to comment.