File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66from functools import reduce
77from fileformats .generic import File
88from pydra .engine .specs import ShellDef
9- from .base import make_task_def
10- from . import shell
9+ from pydra . design .base import make_task_def
10+ from pydra . design import shell
1111
1212
1313class arg (shell .arg ):
Original file line number Diff line number Diff line change 22import inspect
33from typing import dataclass_transform
44import attrs
5- from .base import (
5+ from pydra . design .base import (
66 Arg ,
77 Out ,
88 ensure_field_objects ,
Original file line number Diff line number Diff line change 1313from fileformats import generic
1414from fileformats .core .exceptions import FormatRecognitionError
1515from pydra .engine .helpers import attrs_values
16- from .base import (
16+ from pydra . design .base import (
1717 Arg ,
1818 Out ,
1919 check_explicit_fields_are_none ,
Original file line number Diff line number Diff line change 22import inspect
33from typing import dataclass_transform
44import attrs
5- from .base import (
5+ from pydra . design .base import (
66 Arg ,
77 Out ,
88 ensure_field_objects ,
You can’t perform that action at this time.
0 commit comments