Skip to content

Commit d0fd31a

Browse files
Fix Python formatting
1 parent b3f7808 commit d0fd31a

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

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

148-
149148
if verbose:
150149
logger.info(f"Installing with arguments: {install_args}")
151150

0 commit comments

Comments
 (0)