Skip to content

Commit c41e576

Browse files
committed
Fix tests
1 parent d13dc93 commit c41e576

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

atlassian/bitbucket/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ def get_users_info(self, user_filter=None, start=0, limit=25):
162162
params["filter"] = user_filter
163163
return self._get_paged(url, params=params)
164164

165-
166165
def get_current_license(self):
167166
"""
168167
Retrieves details about the current license, as well as the current status of the system with

0 commit comments

Comments
 (0)