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 14, 2023
1 parent 5130d52 commit 75e918e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion micropip/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,6 @@ def fix_package_dependencies(
depends.append(req_name)

# write updated depends to PYODIDE_DEPENDS
(get_dist_info(dist) / "PYODIDE_REQUIRES").write_text(json.dumps(sorted(x for x in depends)))
(get_dist_info(dist) / "PYODIDE_REQUIRES").write_text(
json.dumps(sorted(x for x in depends))
)

0 comments on commit 75e918e

Please sign in to comment.