Skip to content

Commit

Permalink
Revert "fixup! Add sha256 uniqueness to CollectionVersion"
Browse files Browse the repository at this point in the history
This reverts commit d6c27284f5ecad16ae58fc6fcf2257d1d5229e2f.
  • Loading branch information
mdellweg committed Sep 13, 2024
1 parent 7ef8820 commit 27c3a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulp_ansible/app/tasks/collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ async def declarative_content_from_git_repo(remote, url, git_ref=None, metadata_

artifact = metadata["artifact"]
try:
with transaction.atomic():
with transaction.atomic:
collection_version = await sync_to_async(create_collection_from_importer)(
metadata, metadata_only=metadata_only
)
Expand Down

0 comments on commit 27c3a55

Please sign in to comment.