Skip to content

Commit

Permalink
fix: Changed call location
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephasafg committed Jun 24, 2024
1 parent e647583 commit 502f9c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ai21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from ai21.version import VERSION

__version__ = VERSION
setup_logger()


def _import_bedrock_client():
Expand Down Expand Up @@ -69,5 +70,3 @@ def __getattr__(name: str) -> Any:
"AI21AzureClient",
"AsyncAI21AzureClient",
]

setup_logger()

0 comments on commit 502f9c0

Please sign in to comment.