Refactor set_user_agent method in base.py for proper capitalization
This commit is contained in:
parent
5e33628959
commit
e27583c3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -761,4 +761,4 @@ class Vertex:
|
|||
|
||||
def _built_object_repr(self):
|
||||
# Add a message with an emoji, stars for sucess,
|
||||
return "Built sucessfully ✨" if self._built_object is not None else "Failed to build 😵💫"
|
||||
return "Built successfully ✨" if self._built_object is not None else "Failed to build 😵💫"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue