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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/commands/imagehash/test.py b/check/commands/imagehash/test.py
index 499a424..7a38ae6 100644
--- a/check/commands/imagehash/test.py
+++ b/check/commands/imagehash/test.py
@@ -4,7 +4,7 @@ Query the database with a test set
import click
-# from app.models.sql_factory import load_sql_datasets
+from app.models.sql_factory import search_by_phash, add_phash
@click.command()
@click.option('-i', '--input', 'opt_fn',