Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Heinrich Reimer <heinrich.reimer@uni-jena.de>
  • Loading branch information
janheinrichmerker authored Nov 2, 2023
1 parent 586fd23 commit c30649e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion archive_query_log/cli/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ def archived_parsed_serps_command(
)
if len(service_config.interpreted_query_parsers) == 0:
LOGGER.warning(
f"No interpreted query parsers configured for service {service}."
f"No interpreted query parsers configured"
f"for service {service}."
)
parser = ArchivedParsedSerpParser(
results_parsers=service_config.results_parsers,
Expand Down

0 comments on commit c30649e

Please sign in to comment.