We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13dc93 commit c41e576Copy full SHA for c41e576
1 file changed
atlassian/bitbucket/__init__.py
@@ -162,7 +162,6 @@ def get_users_info(self, user_filter=None, start=0, limit=25):
162
params["filter"] = user_filter
163
return self._get_paged(url, params=params)
164
165
-
166
def get_current_license(self):
167
"""
168
Retrieves details about the current license, as well as the current status of the system with
0 commit comments