linting fix

This commit is contained in:
ishaan-jaff 2023-08-28 13:14:58 -07:00
parent 8b43917792
commit 53018e4b23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -14,7 +14,7 @@ from litellm import embedding, completion
from litellm.caching import Cache
messages = [{"role": "user", "content": "who is ishaan Github? "}]
# comment
# test if response cached
def test_caching():