We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5776956 commit a57b2a4Copy full SHA for a57b2a4
cwltool/cwlprov/ro.py
@@ -47,7 +47,6 @@
47
WORKFLOW,
48
Hasher,
49
)
50
-from .provenance_profile import ProvenanceProfile
51
52
53
class ResearchObject:
@@ -95,6 +94,8 @@ def initialize_provenance(
95
94
run_uuid: Optional[uuid.UUID] = None,
96
):
97
"""Hook function allowing calling code to extend the provenance details if needed."""
+ from .provenance_profile import ProvenanceProfile
98
+
99
return ProvenanceProfile(
100
research_object=self,
101
full_name=full_name,
0 commit comments