Skip to content

Commit 5f7605c

Browse files
committed
(errors) Correctly set BaseException.args
1 parent a951914 commit 5f7605c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from typing import Any
44

55
import pytest
6-
from exceptiongroup import ExceptionGroup
76

7+
from cattrs._compat import ExceptionGroup
88
from cattrs.errors import (
99
BaseValidationError,
1010
ClassValidationError,

0 commit comments

Comments
 (0)