Skip to content

Commit 8d93445

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent af783b0 commit 8d93445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pipx/commands/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def run(
202202
if content is not None:
203203
run_script(content, app_args, python, pip_args, venv_args, verbose, use_cache)
204204
else:
205-
package_or_url = spec if spec is not None else app # type: ignore[redundant-expr]
205+
package_or_url = spec if spec is not None else app # type: ignore[redundant-expr]
206206
run_package(
207207
package_name,
208208
package_or_url,

0 commit comments

Comments
 (0)