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 91a4d53 commit 5b23ec1Copy full SHA for 5b23ec1
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