From 502f9c0b279084bef5977870e7d7deb3887e5087 Mon Sep 17 00:00:00 2001 From: Josephasafg Date: Mon, 24 Jun 2024 13:33:30 +0300 Subject: [PATCH] fix: Changed call location --- ai21/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ai21/__init__.py b/ai21/__init__.py index 97ff412b..bf6eda84 100644 --- a/ai21/__init__.py +++ b/ai21/__init__.py @@ -18,6 +18,7 @@ from ai21.version import VERSION __version__ = VERSION +setup_logger() def _import_bedrock_client(): @@ -69,5 +70,3 @@ def __getattr__(name: str) -> Any: "AI21AzureClient", "AsyncAI21AzureClient", ] - -setup_logger()