Skip to content

Commit

Permalink
CDK: fix unittest
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
  • Loading branch information
artem1205 committed Dec 2, 2024
1 parent 6ecb0a7 commit ce89a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1456,7 +1456,7 @@ def create_response_to_file_extractor(
model: ResponseToFileExtractorModel,
needs_decompression: Optional[bool] = True,
**kwargs: Any,
):
) -> ResponseToFileExtractor:
return ResponseToFileExtractor(
needs_decompression=needs_decompression, parameters=model.parameters or {}
)
Expand Down

0 comments on commit ce89a2f

Please sign in to comment.