Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanbo Li committed Sep 14, 2024
1 parent 30f3036 commit b87eff0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/core/model_runtime/model_providers/bedrock/llm/llm.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# standard import
import base64
import io
import json
import mimetypes
import logging
import mimetypes
from collections.abc import Generator
from typing import Optional, Union, cast

Expand All @@ -18,7 +17,6 @@
ServiceNotInRegionError,
UnknownServiceError,
)
from PIL.Image import Image

# local import
from core.model_runtime.callbacks.base_callback import Callback
Expand Down

0 comments on commit b87eff0

Please sign in to comment.