Skip to content

Commit

Permalink
CDK: fmt
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 92c7b54 commit c1ef338
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,10 @@ def create_async_retriever(
)
if model.download_extractor
else DpathExtractor(
[], config=config, decoder=download_decoder, parameters=model.parameters or {},
[],
config=config,
decoder=download_decoder,
parameters=model.parameters or {},
)
)
download_requester = self._create_component_from_model(
Expand Down

0 comments on commit c1ef338

Please sign in to comment.