Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
DanteNoguez committed Aug 5, 2024
1 parent 11931a0 commit 487ff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vocode/streaming/agent/google_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from typing import Any, AsyncGenerator, Dict

import google.generativeai as genai
import grpc
from google.generativeai.generative_models import _USER_ROLE
from google.generativeai.types import content_types, generation_types
import grpc

grpc.aio.init_grpc_aio() # we initialize gRPC aio to avoid this issue: https://github.com/google-gemini/generative-ai-python/issues/207
import sentry_sdk
Expand Down

0 comments on commit 487ff07

Please sign in to comment.