Skip to content

Commit e20faf7

Browse files
fix formatting
1 parent 01574b8 commit e20faf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/opensearch/_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ def index_documents(
568568

569569
if use_threads and any([max_retries, initial_backoff, max_backoff]):
570570
raise exceptions.InvalidArgumentCombination(
571-
f"`max_retries`, `initial_backoff`, and `max_backoff` are not supported when `use_threads` is set to True"
571+
"`max_retries`, `initial_backoff`, and `max_backoff` are not supported when `use_threads` is set to True"
572572
)
573573

574574
if not isinstance(documents, list):

0 commit comments

Comments
 (0)