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 de99b25 commit 696c7e2
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)

Check warning on line 369 in pontos/github/api/packages.py

View check run for this annotation

Codecov / codecov/patch

pontos/github/api/packages.py#L369

Added line #L369 was not covered by tests

0 comments on commit 696c7e2

Please sign in to comment.