Skip to content

Commit f234dc7

Browse files
author
Sylvain MARIE
committed
Fixed regression with non-able detection. Fixed #46
1 parent b20ac76 commit f234dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

valid8/utils/typing_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def __invert__(self):
6060
from typing import Tuple, Any
6161

6262
# for compliance with older versions we cant rely on typing_inspect
63-
from valid8._typing_inspect import is_typevar, is_union_type, get_args
63+
from valid8.utils.typing_inspect import is_typevar, is_union_type, get_args
6464

6565
def resolve_union_and_typevar(typ):
6666
# type: (...) -> Tuple[Any, ...]

0 commit comments

Comments
 (0)