diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:19:50 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:19:50 +0100 |
| commit | 9c100dfba976a9f2e7828802c6b7411a83c5c173 (patch) | |
| tree | 7ee039a94ab618e2e4b534515ec18c475a1bef94 /cli/app/search/json.py | |
| parent | b2c4262b72359c7704c4f4482fa591a70882f09d (diff) | |
getting latent search updates working...
Diffstat (limited to 'cli/app/search/json.py')
| -rw-r--r-- | cli/app/search/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py index 736a3b0..684b16a 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -1,4 +1,4 @@ -from os.path import join +import os from app.settings import app_cfg from app.utils.file_utils import write_json from app.search.params import ParamsDict |
