Skip to content

Commit 184f87a

Browse files
committed
Add additional polishes
1 parent 39b3ae0 commit 184f87a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

atlassian/bitbucket/cloud/repositories/deploymentEnvironments.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,7 @@ def update(self, **kwargs):
223223
def delete(self):
224224
"""
225225
Delete the repository variable.
226-
227226
:return: The response on success
228-
229227
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-deployments-config-environments-environment-uuid-variables-variable-uuid-delete
230228
"""
231229
return super(DeploymentEnvironmentVariable, self).delete("/{}".format(self.uuid))

atlassian/bitbucket/cloud/workspaces/permissions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ def __get_object_repository_permission(self, data):
2121
def each(self, q=None, sort=None, pagelen=10):
2222
"""
2323
Returns the list of pipelines in this repository.
24-
2524
:param q: string: Query string to narrow down the response.
2625
See https://developer.atlassian.com/bitbucket/api/2/reference/meta/filtering for details.
2726
:param sort: string: Name of a response property to sort results.
2827
See https://developer.atlassian.com/bitbucket/api/2/reference/meta/filtering for details.
29-
28+
:param pagelen: page length
3029
:return: A generator for the Workspace Permission objects
3130
3231
API docs: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-permissions-get

0 commit comments

Comments
 (0)