Fix: Type errors and linter warnings

This commit is contained in:
ajaysi
2026-03-03 18:20:48 +05:30
parent 6fefbf1121
commit 1e95198ec9
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ _core_llm_cache = {}
# Optional MLflow integration
try:
import mlflow
import mlflow # type: ignore # pylint: disable=import-error
MLFLOW_AVAILABLE = True
except ImportError:
MLFLOW_AVAILABLE = False