Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincinator committed Jul 19, 2024
1 parent 688c700 commit ece3a50
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/gloci/oras/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,14 @@ def get_uri_for_digest(uri, digest):


def NewPlatform() -> dict:
"""
Get an empty oci index
"""
return copy.deepcopy(EmptyPlatform)


def NewManifestMetadata() -> dict:
"""
Get an empty oci index
"""
return copy.deepcopy(EmptyManifestMetadata)


def NewIndex() -> dict:
"""
Get an empty oci index
"""
return copy.deepcopy(EmptyIndex)


Expand Down

0 comments on commit ece3a50

Please sign in to comment.