Skip to content

Commit 0bb6fe9

Browse files
razor-xclaude
authored andcommitted
Apply suggestion from @razor-x
1 parent 0364022 commit 0bb6fe9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

seam/exceptions.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ def __init__(
143143
super().__init__(error, status_code, request_id)
144144
self.code = "invalid_input"
145145
validation_errors = error.get("validation_errors")
146-
# The envelope shape is server-controlled: anything but the expected
147-
# object of objects reads as no validation details rather than
148-
# raising from inside the error accessors.
149146
self._validation_errors = (
150147
validation_errors if isinstance(validation_errors, dict) else {}
151148
)

0 commit comments

Comments
 (0)