Skip to content

Commit 419ed48

Browse files
bpinsardyarikoptic
authored andcommitted
fix py3.11 typing import
1 parent b3193f6 commit 419ed48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/dicoms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pathlib import Path
1010
import sys
1111
import tarfile
12-
from typing import TYPE_CHECKING, Any, Dict, List, NamedTuple, Optional, Union, Protocol, cast, overload
12+
from typing import TYPE_CHECKING, Any, Dict, Hashable, List, NamedTuple, Optional, Union, Protocol, overload
1313
from unittest.mock import patch
1414
import warnings
1515

0 commit comments

Comments
 (0)