From 8d93445a0bc43d90d7a95c3f13091934e7145007 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 16:25:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/pipx/commands/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipx/commands/run.py b/src/pipx/commands/run.py index 8f42b94e08..5cd9683046 100644 --- a/src/pipx/commands/run.py +++ b/src/pipx/commands/run.py @@ -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,