Skip to content

Commit 77f8c15

Browse files
committed
Fix annotations error in Python 3.9
1 parent 1d1b275 commit 77f8c15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/torchio/external/imports.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from importlib import import_module
24
from importlib.util import find_spec
35
from shutil import which

0 commit comments

Comments
 (0)