Skip to content

Commit

Permalink
fixup! Merge branch 'MP-1840-reduce-elasticsearch-bulk-load' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Jan 8, 2025
1 parent 46c61d3 commit 3656ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployer/src/deployer/search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from collections import Counter

import click
from elasticsearch.helpers import bulk
from elasticsearch.helpers import parallel_bulk
from elasticsearch_dsl import Index
from elasticsearch_dsl.connections import connections
from selectolax.parser import HTMLParser
Expand Down

0 comments on commit 3656ca9

Please sign in to comment.