test#3 linting

This commit is contained in:
ishaan-jaff 2023-08-18 12:24:41 -07:00
parent 973a7c2676
commit 13cfac857e
2 changed files with 1 additions and 2 deletions

View file

@ -33,7 +33,6 @@ 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

View file

@ -50,4 +50,4 @@ try:
except:
print(f"error occurred: {traceback.format_exc()}")
pass
os.environ["OPENAI_API_KEY"] = temp_key # this fails linting#2
os.environ["OPENAI_API_KEY"] = temp_key # this fails linting#3