Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Guts committed May 26, 2023
1 parent cd316bc commit c4d5190
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geotribu_cli/subcommands/search_guides.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def format_output_result(

# iterate over results
for r in result[:count]:

table.add_row(
r.get("titre"),
r.get("score"),
Expand Down Expand Up @@ -293,7 +292,6 @@ def run(args: argparse.Namespace):
final_results = []

for result in search_results:

mapped_content = contents_listing.get(result.get("ref"))

# crée un résultat de sortie
Expand Down

0 comments on commit c4d5190

Please sign in to comment.