We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abfe5fa + 7aac438 commit d720615Copy full SHA for d720615
1 file changed
decorator_validation/helpers.py
@@ -1,6 +1,6 @@
1
import inspect
2
from typing import Callable, Tuple, Union, Any
3
-from decorator_validation.types import SkipTypeCheck
+from .types import SkipTypeCheck
4
5
6
class Validator:
0 commit comments