Skip to content

Commit

Permalink
fixup! [p] Convert HCABundle.manifest to dictionary (partial #6299)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Aug 27, 2024
1 parent 3a7e66a commit 0f9f540
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/humancellatlas/data/metadata/helpers/staging_area.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ def get_bundle(self, subgraph_id: str) -> Bundle:
version, manifest, metadata, links = self.get_bundle_parts(subgraph_id)
return Bundle(subgraph_id, version, manifest, metadata, links)

def get_bundle_parts(self, subgraph_id: str) -> tuple[str, MutableJSON, MutableJSON, MutableJSON]:
def get_bundle_parts(self,
subgraph_id: str
) -> tuple[str, MutableJSON, MutableJSON, MutableJSON]:
"""
Return the components to create a bundle from the staging area
"""
Expand Down

0 comments on commit 0f9f540

Please sign in to comment.