Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Jul 31, 2024
1 parent 060e110 commit a7f07bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/hayhooks/server/utils/create_valid_type.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from inspect import isclass
from types import GenericAlias
from typing import Dict, Union, Optional, get_args, get_origin, get_type_hints

from typing_extensions import TypedDict
from typing import Dict, Optional, Union, get_args, get_origin, get_type_hints


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

0 comments on commit a7f07bf

Please sign in to comment.