Skip to content

Commit

Permalink
fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 9, 2024
1 parent 5776956 commit a57b2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cwltool/cwlprov/ro.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
WORKFLOW,
Hasher,
)
from .provenance_profile import ProvenanceProfile


class ResearchObject:
Expand Down Expand Up @@ -95,6 +94,8 @@ def initialize_provenance(
run_uuid: Optional[uuid.UUID] = None,
):
"""Hook function allowing calling code to extend the provenance details if needed."""
from .provenance_profile import ProvenanceProfile

return ProvenanceProfile(
research_object=self,
full_name=full_name,
Expand Down

0 comments on commit a57b2a4

Please sign in to comment.