diff --git a/pontos/github/api/packages.py b/pontos/github/api/packages.py index 49e14469..4a00da86 100644 --- a/pontos/github/api/packages.py +++ b/pontos/github/api/packages.py @@ -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)