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 Jan 21, 2024
1 parent 61162a6 commit 750670c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def data_validator(screen_name=None, project_name=None):
print(start2)
print(end)


@manager.command
def test_container_key_value():
from omero_search_engine.validation.results_validator import (
Expand All @@ -413,6 +414,5 @@ def test_container_key_value():
check_container_keys_vakues()



if __name__ == "__main__":
manager.run()
1 change: 0 additions & 1 deletion unit_tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def test_or_query(self):
self.assertTrue(validator.identical)

def test_no_images_containers(self):

self.assertTrue(check_no_images_sql_containers_using_ids())

def test_multi_or_quries(self):
Expand Down

0 comments on commit 750670c

Please sign in to comment.