Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miri-bar committed Jun 27, 2024
1 parent 66f9812 commit d3a500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai21/clients/bedrock/resources/chat/bedrock_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import boto3

from ai21.clients.bedrock.resources.bedrock_resource import BedrockResource, AsyncBedrockResource
from ai21.clients.bedrock.resources.chat.becrock_chat_completions import (
from ai21.clients.bedrock.resources.chat.bedrock_chat_completions import (
BedrockChatCompletions,
AsyncBedrockChatCompletions,
)
Expand Down

0 comments on commit d3a500e

Please sign in to comment.