Skip to content

Commit

Permalink
Merge branch 'rc_add_async_support_for_aws_resources' into add_sagema…
Browse files Browse the repository at this point in the history
…ker_async_support
  • Loading branch information
miri-bar authored Jul 1, 2024
2 parents 0e407e7 + f117c3f commit 2b225be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __getattr__(name: str) -> Any:

if name == "AsyncAI21BedrockClient":
return _import_async_bedrock_client()

if name == "AsyncAI21SageMakerClient":
return _import_async_sagemaker_client()
except ImportError as e:
Expand Down

0 comments on commit 2b225be

Please sign in to comment.