Skip to content

Commit bd4f4d0

Browse files
committed
Fix import
1 parent 4665131 commit bd4f4d0

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)