Skip to content

Commit

Permalink
Commit for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 24, 2024
1 parent 88b2a21 commit cce53d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pontos/github/api/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ async def delete_package_with_tag(
tag="latest",
)
"""
print("Start of the run")
async for package_version in self.package_versions(
organization, package_type, package_name
):
Expand Down
1 change: 0 additions & 1 deletion tests/github/api/test_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ async def test_delete_package_with_tag(self):
package_name="bar",
tag="latest",
)
print("I run")
self.client.delete.assert_awaited_once_with(
"/orgs/foo/packages/container/bar/versions/tags/latest"
)

0 comments on commit cce53d8

Please sign in to comment.