fix: fix linting

This commit is contained in:
Krrish Dholakia 2024-05-10 20:23:33 -07:00
parent cd1a470b9a
commit c12af219af
2 changed files with 2 additions and 3 deletions

View file

@ -80,7 +80,7 @@ jobs:
name: Linting Testing
command: |
cd litellm
python -m pip install types-requests types-setuptools types-redis types-PyYAML grpcio
python -m pip install types-requests types-setuptools types-redis types-PyYAML
if ! python -m mypy . --ignore-missing-imports; then
echo "mypy detected errors"
exit 1