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
|
name: Linting Testing
|
||||||
command: |
|
command: |
|
||||||
cd litellm
|
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
|
if ! python -m mypy . --ignore-missing-imports; then
|
||||||
echo "mypy detected errors"
|
echo "mypy detected errors"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
|
@ -417,10 +417,9 @@ def completion(
|
||||||
from google.cloud import aiplatform # type: ignore
|
from google.cloud import aiplatform # type: ignore
|
||||||
from google.protobuf import json_format # type: ignore
|
from google.protobuf import json_format # type: ignore
|
||||||
from google.protobuf.struct_pb2 import Value # type: ignore
|
from google.protobuf.struct_pb2 import Value # type: ignore
|
||||||
from google.protobuf.json_format import MessageToDict
|
|
||||||
from google.cloud.aiplatform_v1beta1.types import content as gapic_content_types # type: ignore
|
from google.cloud.aiplatform_v1beta1.types import content as gapic_content_types # type: ignore
|
||||||
import google.auth # type: ignore
|
import google.auth # type: ignore
|
||||||
import proto
|
import proto # type: ignore
|
||||||
|
|
||||||
## Load credentials with the correct quota project ref: https://github.com/googleapis/python-aiplatform/issues/2557#issuecomment-1709284744
|
## Load credentials with the correct quota project ref: https://github.com/googleapis/python-aiplatform/issues/2557#issuecomment-1709284744
|
||||||
print_verbose(
|
print_verbose(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue