Skip to content

Commit

Permalink
precommit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Oct 15, 2023
1 parent 59ecb9f commit 9a24daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,14 @@ def restore_elasticsearch_data():


@manager.command

def test_container_key_value():
from omero_search_engine.validation.results_validator import (
check_container_keys_vakues,
)

check_container_keys_vakues()


@manager.option(
"-l",
"--logs_folder",
Expand All @@ -370,6 +371,5 @@ def get_search_terms_from_log(logs_folder=None):
get_search_terms(logs_folder)



if __name__ == "__main__":
manager.run()

0 comments on commit 9a24daf

Please sign in to comment.