Commit b75170f
committed
style: remove unused is_async parameter from _prepare_delete_all_request
The is_async parameter is no longer needed since wait_for_completion
is always True for delete_all_documents operations1 parent abe2ce4 commit b75170f
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- integrations/opensearch/src/haystack_integrations/document_stores/opensearch
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
| 599 | + | |
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
641 | | - | |
| 641 | + | |
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
| |||
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
684 | | - | |
| 684 | + | |
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
| |||
0 commit comments