Skip to content

Commit

Permalink
chore: formatting error message
Browse files Browse the repository at this point in the history
Co-authored-by: Bram Elfrink <[email protected]>
  • Loading branch information
kkiani and bramelfrink authored Oct 7, 2024
1 parent 817df2f commit 53460e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/damavand/cloud/aws/resources/vllm_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def endpoint_base_url(self) -> pulumi.Output[str]:

if not self.args.public_internet_access:
raise AttributeError(
"`endpoint_base_url`is only available when public_internet_access is True"
"`endpoint_base_url` is only available when public_internet_access is True"
)

return pulumi.Output.all(
Expand Down

0 comments on commit 53460e6

Please sign in to comment.