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 Sep 19, 2023
1 parent b924c5b commit 1ae1a46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion micropip/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ class Transaction:
def __post_init__(self):
# If index_urls is None, pyodide-lock.json have to be searched first.
# TODO: when PyPI starts to support hosting WASM wheels, this might be deleted.
self.search_pyodide_lock_first = self.index_urls == package_index.DEFAULT_INDEX_URLS
self.search_pyodide_lock_first = (
self.index_urls == package_index.DEFAULT_INDEX_URLS
)

async def gather_requirements(
self,
Expand Down

0 comments on commit 1ae1a46

Please sign in to comment.