Skip to content

Commit

Permalink
Minor: typo update (#2925)
Browse files Browse the repository at this point in the history
  • Loading branch information
concretevitamin authored Dec 30, 2023
1 parent 6c30d79 commit 394ec4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/adaptors/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def wrapper(*args, **kwargs):
boto3 = _boto3
botocore = _botocore
except ImportError:
raise ImportError('Fail to import dependencies for AWS.'
raise ImportError('Fail to import dependencies for AWS. '
'Try pip install "skypilot[aws]"') from None
return func(*args, **kwargs)

Expand Down

0 comments on commit 394ec4a

Please sign in to comment.