Skip to content

Commit f2dad2c

Browse files
Fix formatting in create_new_dataset_json by removing unnecessary blank line
1 parent 9500de1 commit f2dad2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/apps/nnunet/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def create_new_dataset_json(
160160
new_json_data["labels"]["background"] = 0
161161
for _j in range(num_foreground_classes):
162162
new_json_data["labels"][f"class{_j + 1}"] = _j + 1
163-
163+
164164
# new_json_data["numTraining"] = len(datalist_json["training"])
165165
new_json_data["numTraining"] = num_training_data
166166
new_json_data["file_ending"] = ".nii.gz"

0 commit comments

Comments
 (0)