Skip to content

Commit 6a5238f

Browse files
committed
clean up unnecessary comments
Signed-off-by: yashnaiduu <yashnaiduu@users.noreply.github.com>
1 parent b809c77 commit 6a5238f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

monai/data/image_writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ def resolve_writer(ext_name, error_if_not_found=True) -> Sequence:
116116
except Exception: # other writer init errors indicating it exists
117117
avail_writers.append(_writer)
118118
if not avail_writers and error_if_not_found:
119-
# map common extensions to their required package
120119
install_hints: dict = {
121120
"nii": "nibabel",
122121
"nii.gz": "nibabel",

0 commit comments

Comments
 (0)