fix type checking

This commit is contained in:
ishaan-jaff 2023-08-18 12:17:28 -07:00
parent a05991bb62
commit 76979b6380

View file

@ -33,6 +33,7 @@ jobs:
name: Linting Testing
command: |
cd litellm
python -m mypy --install-types
if ! python -m mypy . --ignore-missing-imports; then
echo "mypy detected errors"
exit 1