Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Aug 6, 2024
1 parent cf2f08a commit 21ef120
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions weave/integrations/gemini/gemini_sdk.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import importlib
from typing import Callable, Dict, List, Optional, Union
from typing import Callable, Dict

from google.ai.generativelanguage_v1beta.types.safety import SafetyRating
from google.generativeai.types.generation_types import GenerateContentResponse

import weave
from weave.trace.op_extensions.accumulator import add_accumulator
from weave.trace.patcher import MultiPatcher, SymbolPatcher


Expand Down

0 comments on commit 21ef120

Please sign in to comment.