Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 24, 2024
1 parent af783b0 commit 8d93445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipx/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def run(
if content is not None:
run_script(content, app_args, python, pip_args, venv_args, verbose, use_cache)
else:
package_or_url = spec if spec is not None else app # type: ignore[redundant-expr]
package_or_url = spec if spec is not None else app # type: ignore[redundant-expr]
run_package(
package_name,
package_or_url,
Expand Down

0 comments on commit 8d93445

Please sign in to comment.