Skip to content

Commit df8db48

Browse files
committed
More missed complaint with local "./run check --autofix"
Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent fec24aa commit df8db48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monai/deploy/operators/dicom_seg_writer_operator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ def process_images(
278278
self, image: Union[Image, Path], study_selected_series_list: List[StudySelectedSeries], output_dir: Path
279279
):
280280
""" """
281-
# Get the seg image in numpy, and if the image is passed in as object, need to fake a input path.
282-
seg_image_numpy: np.ndarray = None
281+
# # Get the seg image in numpy, and if the image is passed in as object, need to fake a input path.
282+
# seg_image_numpy: np.ndarray = None
283283

284284
if isinstance(image, Image):
285285
seg_image_numpy = image.asnumpy()

0 commit comments

Comments
 (0)