diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-02 00:36:57 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-02 00:36:57 +0100 |
| commit | 3c0d83a016394847744e70e74f2d54816619c590 (patch) | |
| tree | a03a316488293b6f31843eb65704708372b92edf /cli/app/settings/app_cfg.py | |
| parent | 5846fc78e9c3be16fcd5198c16bd0d8613e3edcc (diff) | |
getting it working
Diffstat (limited to 'cli/app/settings/app_cfg.py')
| -rw-r--r-- | cli/app/settings/app_cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py index 29807db..0a1ee13 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -6,6 +6,7 @@ import logging from dotenv import load_dotenv import yaml +from app.settings import types # from app.models import types from pathlib import Path |
