Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Sep 30, 2024
1 parent 89b8799 commit 83d55dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mypy]
exclude = src/cohere/manually_maintained/cohere_aws
4 changes: 2 additions & 2 deletions src/cohere/sagemaker_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class SagemakerClient(AwsClient):
finetuning: Client
sagemaker_finetuning: Client

def __init__(
self,
Expand All @@ -25,4 +25,4 @@ def __init__(
aws_region=aws_region,
timeout=timeout,
)
self.finetuning = Client(region_name=self._aws_region)
self.sagemaker_finetuning = Client(region_name=aws_region)

0 comments on commit 83d55dc

Please sign in to comment.