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 306ac27 commit b5fe4c0Copy full SHA for b5fe4c0
pydra/engine/specs.py
@@ -69,7 +69,7 @@ class SpecInfo:
69
"""A name for the specification."""
70
fields: ty.List[ty.Tuple] = attr.ib(factory=list)
71
"""List of names of fields (can be inputs or outputs)."""
72
- bases: ty.Tuple[ty.Type] = attr.ib(factory=tuple)
+ bases: ty.Sequence[ty.Type["BaseSpec"]] = attr.ib(factory=tuple)
73
"""Keeps track of specification inheritance.
74
Should be a tuple containing at least one BaseSpec """
75
0 commit comments