Skip to content

Commit 5b23ec1

Browse files
committed
Add import for 3.8
1 parent 91a4d53 commit 5b23ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cattrs/v/_validators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from collections.abc import Hashable
44
from typing import Callable, Collection, Protocol, Sized, TypeVar
55

6+
from .._compat import ExceptionGroup
67
from ._fluent import ValidatorFactory
78

89
T = TypeVar("T")

0 commit comments

Comments
 (0)