Skip to content

Commit 517ffdc

Browse files
committed
ENH: custom_seqinfo - provide a way for heuristics to extract/add arbitrary value
Just a draft implementation
1 parent c640ffe commit 517ffdc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

heudiconv/dicoms.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
from pathlib import Path
1010
import sys
1111
import tarfile
12-
from typing import TYPE_CHECKING, Any, Dict, Hashable, List, NamedTuple, Optional, Union, overload
13-
from typing_extensions import Protocol
12+
from typing import TYPE_CHECKING, Any, Dict, List, NamedTuple, Optional, Union, Protocol, cast, overload
1413
from unittest.mock import patch
1514
import warnings
1615

0 commit comments

Comments
 (0)