Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Dec 4, 2024
1 parent 6ce7fd8 commit 26f4fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cohere/sagemaker_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(
try:
self.sagemaker_finetuning = Client(aws_region=aws_region)
except Exception:
self.sagemaker_finetuning = None
pass


class SagemakerClientV2(AwsClientV2):
Expand All @@ -56,4 +56,4 @@ def __init__(
try:
self.sagemaker_finetuning = Client(aws_region=aws_region)
except Exception:
self.sagemaker_finetuning = None
pass

0 comments on commit 26f4fe0

Please sign in to comment.