Spaces:
Paused
Paused
Update config_provider.py
Browse files- config_provider.py +1 -1
config_provider.py
CHANGED
|
@@ -13,7 +13,7 @@ import shutil
|
|
| 13 |
|
| 14 |
from config_models import (
|
| 15 |
ServiceConfig, GlobalConfig, ProjectConfig, VersionConfig,
|
| 16 |
-
IntentConfig, APIConfig, ActivityLogEntry
|
| 17 |
)
|
| 18 |
from logger import log_info, log_error, log_warning, log_debug, LogTimer
|
| 19 |
from exceptions import (
|
|
|
|
| 13 |
|
| 14 |
from config_models import (
|
| 15 |
ServiceConfig, GlobalConfig, ProjectConfig, VersionConfig,
|
| 16 |
+
IntentConfig, APIConfig, ActivityLogEntry, ParameterConfig
|
| 17 |
)
|
| 18 |
from logger import log_info, log_error, log_warning, log_debug, LogTimer
|
| 19 |
from exceptions import (
|