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 Feb 20, 2025
1 parent 29eecef commit c6e84d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion micropip/package_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ async def install(

packages_all = [pkg.name for pkg in wheels + pyodide_packages]


distributions = search_installed_packages(packages_all)
# This check is redundant because the distributions will always be an emtpy list when reinstall==False
# (no installed packages will be returned from transaction)
Expand Down

0 comments on commit c6e84d8

Please sign in to comment.