We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3766bbc commit 799de67Copy full SHA for 799de67
atlassian/bitbucket/cloud/common/users.py
@@ -27,7 +27,7 @@ def uuid(self):
27
28
@property
29
def avatar(self):
30
- """ URL to user avatar on Bitbucket Cloud """
+ """URL to user avatar on Bitbucket Cloud"""
31
return self.get_data("links")["avatar"]["href"]
32
33
0 commit comments