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 May 27, 2024
1 parent bf9db2c commit ccddedf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monai/bundle/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ def _pop_args(src: dict, *args: Any, **kwargs: Any) -> tuple:

def _log_input_summary(tag: str, args: dict) -> None:
<<<<<<< HEAD
log_buffer = StringIO()
log_buffer.write(f"--- input summary of monai.bundle.scripts.{tag} ---\n")
log_buffer = StringIO()
log_buffer.write(f"--- input summary of monai.bundle.scripts.{tag} ---\n")
for name, val in args.items():
log_buffer.write(f"> {name}: {pprint_edges(val, PPRINT_CONFIG_N)}\n")
log_buffer.write("---\n\n")
log_buffer.write("---\n\n")
=======
log_buffer = StringIO()
log_buffer.write(f"--- input summary of monai.bundle.scripts.{tag} ---\n")
Expand Down

0 comments on commit ccddedf

Please sign in to comment.