summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-02 00:34:19 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-02 00:34:19 +0100
commita2e1bf643493112cc41912a2683529631682de8b (patch)
tree4ab5f242b5570629f66928e34ee5f95f7789cff2
parenta5685dd23cb64618b741ee454b12e8d33dcbea89 (diff)
edit
-rw-r--r--cli/app/settings/app_cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py
index 6f99fd0..c4f3231 100644
--- a/cli/app/settings/app_cfg.py
+++ b/cli/app/settings/app_cfg.py
@@ -6,7 +6,7 @@ import logging
from dotenv import load_dotenv
import yaml
-from app.models import types
+# from app.models import types
from pathlib import Path
import codecs