diff options
Diffstat (limited to 'cli/app/commands/biggan/search_class.py')
| -rw-r--r-- | cli/app/commands/biggan/search_class.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/commands/biggan/search_class.py b/cli/app/commands/biggan/search_class.py index c2ff46f..4e3973b 100644 --- a/cli/app/commands/biggan/search_class.py +++ b/cli/app/commands/biggan/search_class.py @@ -2,6 +2,7 @@ import click import os import time +from app.utils.cortex_utils import cortex_folder, download_cortex_files, find_unprocessed_files @click.command('') @click.option('-f', '--folder_id', 'opt_folder_id', type=int, default=0, |
