automated terminal push
This commit is contained in:
15
cdk-env/lib/python3.12/site-packages/cattr/errors.py
Normal file
15
cdk-env/lib/python3.12/site-packages/cattr/errors.py
Normal file
@@ -0,0 +1,15 @@
|
||||
from cattrs.errors import (
|
||||
BaseValidationError,
|
||||
ClassValidationError,
|
||||
ForbiddenExtraKeysError,
|
||||
IterableValidationError,
|
||||
StructureHandlerNotFoundError,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"BaseValidationError",
|
||||
"ClassValidationError",
|
||||
"ForbiddenExtraKeysError",
|
||||
"IterableValidationError",
|
||||
"StructureHandlerNotFoundError",
|
||||
]
|
Reference in New Issue
Block a user