summaryrefslogtreecommitdiff
path: root/check/commands/imagehash/query.py
diff options
context:
space:
mode:
Diffstat (limited to 'check/commands/imagehash/query.py')
-rw-r--r--check/commands/imagehash/query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/check/commands/imagehash/query.py b/check/commands/imagehash/query.py
index cf5c2d4..4c51324 100644
--- a/check/commands/imagehash/query.py
+++ b/check/commands/imagehash/query.py
@@ -4,7 +4,7 @@ Search the database for an image
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',