Skip to content

Commit

Permalink
Fix type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Jun 12, 2024
1 parent fffcc49 commit 9aa1b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiledb/cloud/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def contains(cls, region: str) -> bool:
return region in cls.AWS


def login_to_region(region: Region, **kwargs):
def login_to_region(region: str, **kwargs):
"""
Login to cloud service, using the given region
Expand Down

0 comments on commit 9aa1b76

Please sign in to comment.