Skip to content

Commit a9a62b3

Browse files
Revert "Fix Python formatting"
This reverts commit d0fd31a.
1 parent d0fd31a commit a9a62b3

File tree

1 file changed

+1
-0
lines changed
  • packages/pyodide-kernel/py/piplite/piplite

1 file changed

+1
-0
lines changed

packages/pyodide-kernel/py/piplite/piplite/piplite.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ async def _install(
145145
}
146146
install_args.update({k: v for k, v in provided_args.items() if v is not None})
147147

148+
148149
if verbose:
149150
logger.info(f"Installing with arguments: {install_args}")
150151

0 commit comments

Comments
 (0)