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] committed Aug 1, 2024
1 parent df084e9 commit 7358f00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions omero_search_engine/api/v1/resources/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,6 @@ def elasticsearch_query_builder(
nested_must_not_part.append(
nested_keyvalue_pair_query_template.substitute(
nested=case_sensitive_wildcard_value_condition_template.substitute( # noqa

wild_card_value=value
),
must_part=case_sensitive_must_name_condition_template.substitute( # noqa
Expand All @@ -500,7 +499,6 @@ def elasticsearch_query_builder(
nested_must_not_part.append(
nested_keyvalue_pair_query_template.substitute(
nested=case_insensitive_wildcard_value_condition_template.substitute( # noqa

wild_card_value=value
),
must_part=case_insensitive_must_name_condition_template.substitute( # noqa
Expand All @@ -522,7 +520,6 @@ def elasticsearch_query_builder(
nested_must_not_part.append(
nested_keyvalue_pair_query_template.substitute(
nested=case_sensitive_must_value_condition_template.substitute( # noqa

value=value
),
must_part=case_sensitive_must_name_condition_template.substitute( # noqa
Expand All @@ -543,7 +540,6 @@ def elasticsearch_query_builder(
nested_must_not_part.append(
nested_keyvalue_pair_query_template.substitute(
nested=case_insensitive_must_value_condition_template.substitute( # noqa

value=value
),
must_part=case_insensitive_must_name_condition_template.substitute( # noqa
Expand Down

0 comments on commit 7358f00

Please sign in to comment.