Skip to content

Commit b2f208e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6025577 commit b2f208e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/remap_labels.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import os
21
import argparse
3-
import SimpleITK as sitk
2+
import os
43
from typing import Dict
54

5+
import SimpleITK as sitk
6+
67
MAP = {
78
0: 0, # background
89
1: 105, # brainstem

0 commit comments

Comments
 (0)