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 Aug 24, 2023
1 parent 6025577 commit b2f208e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/remap_labels.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import os
import argparse
import SimpleITK as sitk
import os
from typing import Dict

import SimpleITK as sitk

MAP = {
0: 0, # background
1: 105, # brainstem
Expand Down

0 comments on commit b2f208e

Please sign in to comment.