diff --git a/pyrightconfig.json b/pyrightconfig.json index ec0a182303..f930e44d30 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -2,8 +2,6 @@ "ignore": [], "exclude": ["**/node_modules", "**/__pycache__", "litellm/types/utils.py", "litellm/proxy/_types.py"], "reportMissingImports": false, - "reportPrivateImportUsage": false, - "venvPath": "/Users/sameerkankute/miniconda3/envs", - "venv": "litellm-dev" + "reportPrivateImportUsage": false } \ No newline at end of file