Skip to content

Commit 11e5d9b

Browse files
committed
Fix import
1 parent 95bfde7 commit 11e5d9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)