Skip to content

Commit

Permalink
Mark all fields required only for response shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 29, 2024
1 parent fa8c7b3 commit e0dca5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mypy_boto3_builder/parsers/shape_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ def _parse_shape_structure(
)
if is_output_or_child:
self._mark_typed_dict_as_total(typed_dict)
if output:
self._add_response_metadata(typed_dict)

if found_typed_dict and not typed_dict.is_same(found_typed_dict):
Expand Down

0 comments on commit e0dca5a

Please sign in to comment.