We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20ac76 commit f234dc7Copy full SHA for f234dc7
1 file changed
valid8/utils/typing_tools.py
@@ -60,7 +60,7 @@ def __invert__(self):
60
from typing import Tuple, Any
61
62
# for compliance with older versions we cant rely on typing_inspect
63
- from valid8._typing_inspect import is_typevar, is_union_type, get_args
+ from valid8.utils.typing_inspect import is_typevar, is_union_type, get_args
64
65
def resolve_union_and_typevar(typ):
66
# type: (...) -> Tuple[Any, ...]
0 commit comments