Skip to content

Commit a7f07bf

Browse files
committed
Remove unused import
1 parent 060e110 commit a7f07bf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hayhooks/server/utils/create_valid_type.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
from inspect import isclass
22
from types import GenericAlias
3-
from typing import Dict, Union, Optional, get_args, get_origin, get_type_hints
4-
5-
from typing_extensions import TypedDict
3+
from typing import Dict, Optional, Union, get_args, get_origin, get_type_hints
64

75

86
def handle_unsupported_types(type_: type, types_mapping: Dict[type, type]) -> Union[GenericAlias, type]:

0 commit comments

Comments
 (0)