feat(v0.2.0): data pipeline
This commit is contained in:
@@ -81,7 +81,7 @@ def load_config(config_path: Optional[Path] = None) -> Dict[str, Any]:
|
||||
|
||||
_config = config
|
||||
logger.info("Configuration loaded successfully")
|
||||
return config
|
||||
return config # type: ignore[no-any-return]
|
||||
|
||||
except Exception as e:
|
||||
raise ConfigurationError(
|
||||
@@ -150,4 +150,3 @@ def _substitute_env_vars(config: Any) -> Any:
|
||||
return config
|
||||
else:
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user