summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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