summaryrefslogtreecommitdiff
path: root/check/commands/imagehash/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'check/commands/imagehash/test.py')
-rw-r--r--check/commands/imagehash/test.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/check/commands/imagehash/test.py b/check/commands/imagehash/test.py
deleted file mode 100644
index b3ddbe5..0000000
--- a/check/commands/imagehash/test.py
+++ /dev/null
@@ -1,18 +0,0 @@
-"""
-Query the database with a test set
-"""
-
-import click
-
-from app.models.sql_factory import search_by_phash, add_phash
-
-@click.command()
-@click.option('-i', '--input', 'opt_fn',
- required=True,
- help="Directory to search")
-@click.pass_context
-def cli(ctx, opt_fn):
- """
- Search the database for an image
- """
- print('Query the database with a test set')