Skip to content

Commit 08cf652

Browse files
author
Clément POIRET
committed
Removed unused imports
1 parent 5a9328f commit 08cf652

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roiloc/registration.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from pathlib import PosixPath
2-
from typing import Optional, Union
2+
from typing import Optional
33

44
import ants
5-
import numpy as np
65
from ants.core.ants_image import ANTsImage
76
from rich import print
87

0 commit comments

Comments
 (0)