Skip to content

Commit

Permalink
Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
PandasPirate committed Jun 29, 2024
1 parent f0c88ef commit d1e6012
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions google/generativeai/answer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
# limitations under the License.
from __future__ import annotations

import dataclasses
from collections.abc import Iterable
import itertools
from typing import Any, Iterable, Union, Mapping, Optional

from typing import Iterable, Union, Mapping, Optional
from typing_extensions import TypedDict

import google.ai.generativelanguage as glm
Expand Down

0 comments on commit d1e6012

Please sign in to comment.