Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
miri-bar committed Jul 1, 2024
1 parent 2b225be commit 5d78367
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 5d78367

Please sign in to comment.