Skip to content

Commit

Permalink
fix passthrough_constraints definition
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Sep 15, 2024
1 parent 5e39387 commit c5601e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litestar/dto/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class TransferDTOFieldDefinition(DTOFieldDefinition):
"serialization_name",
"transfer_type",
"unique_name",
"passthrough_constraints",
)

transfer_type: TransferType
Expand All @@ -112,7 +111,6 @@ class TransferDTOFieldDefinition(DTOFieldDefinition):
"""Whether the field is optional for transfer."""
is_excluded: bool
"""Whether the field should be excluded from transfer."""
passthrough_constraints: bool

@classmethod
def from_dto_field_definition(
Expand Down

0 comments on commit c5601e6

Please sign in to comment.