Skip to content

Commit

Permalink
fix: Removed logger from init
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgardin committed Dec 17, 2023
1 parent 0e8c60e commit 142d7e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai21/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from ai21.resources.responses.summarize_by_segment_response import SummarizeBySegmentResponse
from ai21.resources.responses.summarize_response import SummarizeResponse
from ai21.services.sagemaker import SageMaker
from ai21.logger import logger
from ai21.version import VERSION

__version__ = VERSION
Expand Down

0 comments on commit 142d7e1

Please sign in to comment.