Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 30, 2023
1 parent 7180632 commit b883859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/collective/elastic/ingest/ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ def ingest(content, full_schema, index_name):
)
logger.debug(f"index kwargs:\n{pformat(kwargs)}")
client.index(**kwargs)
logger.info(f"Indexing of {kwargs['id']} took {(time.time() - start) * 1000:0.3f}ms")
logger.info(
f"Indexing of {kwargs['id']} took {(time.time() - start) * 1000:0.3f}ms"
)

0 comments on commit b883859

Please sign in to comment.