Skip to content

Commit

Permalink
Revert "Fix Python formatting"
Browse files Browse the repository at this point in the history
This reverts commit d0fd31a.
  • Loading branch information
agriyakhetarpal committed Feb 14, 2025
1 parent d0fd31a commit a9a62b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pyodide-kernel/py/piplite/piplite/piplite.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ async def _install(
}
install_args.update({k: v for k, v in provided_args.items() if v is not None})


if verbose:
logger.info(f"Installing with arguments: {install_args}")

Expand Down

0 comments on commit a9a62b3

Please sign in to comment.