We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57018f1 commit 07c4577Copy full SHA for 07c4577
1 file changed
src/cattrs/v/_validators.py
@@ -3,6 +3,7 @@
3
from collections.abc import Hashable
4
from typing import Callable, Collection, Protocol, Sized, TypeVar
5
6
+from .._compat import ExceptionGroup
7
from ._fluent import ValidatorFactory
8
9
T = TypeVar("T")
0 commit comments