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 ca98318 commit fe9f918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions heudiconv/dicoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
from pathlib import Path
import sys
import tarfile
from typing_extensions import Protocol
from typing import TYPE_CHECKING, Any, Dict, Hashable, List, NamedTuple, Optional, Union, overload
from typing import TYPE_CHECKING, Any, Dict, Hashable, List, NamedTuple, Optional, Protocol, Union, overload
from unittest.mock import patch
import warnings

Expand Down

0 comments on commit fe9f918

Please sign in to comment.