Skip to content

Commit

Permalink
fix py3.11 typing import
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinsard committed Jan 16, 2024
1 parent facaf5b commit 44f1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/dicoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from pathlib import Path
import sys
import tarfile
from typing import TYPE_CHECKING, Any, Dict, List, NamedTuple, Optional, Union, Protocol, cast, overload
from typing import TYPE_CHECKING, Any, Dict, Hashable, List, NamedTuple, Optional, Union, Protocol, cast, overload
from unittest.mock import patch
import warnings

Expand Down

0 comments on commit 44f1339

Please sign in to comment.