Skip to content

Commit 16a73af

Browse files
committed
Add import for 3.8
1 parent 44aebd7 commit 16a73af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)