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 b3738f4 commit 0c89ccaCopy full SHA for 0c89cca
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