Skip to content

Commit f728f0b

Browse files
committed
Fix import
1 parent 2a75464 commit f728f0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cattrs/v/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Cattrs validation."""
22
from typing import Callable, List, Union
33

4+
from .._compat import ExceptionGroup
45
from ..errors import (
56
ClassValidationError,
67
ForbiddenExtraKeysError,

0 commit comments

Comments
 (0)