forked from phoenix/litellm-mirror
fix: fix linting
This commit is contained in:
parent
cd1a470b9a
commit
c12af219af
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue