Skip to content

Commit bae7cf4

Browse files
committed
fixed import location in generate script
1 parent ee6e898 commit bae7cf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generate.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
from pydra.compose import shell
1919
from pydra.compose.base import NO_DEFAULT
2020
from pydra.utils.typing import MultiInputObj
21-
from pydra.utils import add_exc_note
22-
from pydra.utils.general import task_fields
21+
from pydra.utils.general import task_fields, add_exc_note
2322

2423

2524
logger = logging.getLogger("pydra-auto-gen")

0 commit comments

Comments
 (0)