Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 30, 2023
1 parent 2a93a4b commit 7180632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/elastic/ingest/ingest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ 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 7180632

Please sign in to comment.