Skip to content

Commit

Permalink
Remove: Trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 19, 2024
1 parent 696c7e2 commit b32b094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/github/api/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,4 @@ async def delete_package_with_tag(
api = f"/orgs/{organization}/packages/{package_type}/{package_name}/versions/tags/{tag}"
response = await self._client.delete(api)
if not response.is_success:
raise GitHubApiError(response)
raise GitHubApiError(response)

0 comments on commit b32b094

Please sign in to comment.