Skip to content

Commit

Permalink
Apply Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 3, 2022
1 parent 255057c commit 8590a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/document_stores/memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(
progress_bar: bool = True,
duplicate_documents: str = "overwrite",
use_gpu: bool = True,
scoring_batch_size: int = 128000
scoring_batch_size: int = 128000,
):
"""
:param index: The documents are scoped to an index attribute that can be used when writing, querying,
Expand Down

0 comments on commit 8590a6f

Please sign in to comment.