Skip to content

Commit

Permalink
Remove duplicate import.
Browse files Browse the repository at this point in the history
Co-authored-by: Mark McDonald <macd@google.com>
  • Loading branch information
MarkDaoust and markmcd authored Oct 17, 2023
1 parent cd23561 commit 4596dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/generativeai/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import dataclasses
from collections.abc import Iterable, Sequence
import itertools
from typing import Iterable, overload, TypeVar
from typing import overload, TypeVar

import google.ai.generativelanguage as glm

Expand Down

0 comments on commit 4596dce

Please sign in to comment.