Skip to content

Commit

Permalink
Update install.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Jun 21, 2024
1 parent 3d2bdd8 commit a1526ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropip/_commands/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def install(
index_urls = package_index.INDEX_URLS[:]

transaction = Transaction(
ctx=ctx,
ctx=ctx, # type: ignore[arg-type]
ctx_extras=[],
keep_going=keep_going,
deps=deps,
Expand Down

0 comments on commit a1526ad

Please sign in to comment.