Skip to content

Commit 7fccfef

Browse files
committed
fixed imports
1 parent 701dbfb commit 7fccfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from copy import deepcopy
44
import itertools
5-
from functools import reduce
5+
from math import prod
66
import logging
77
import typing as ty
88
from pydra.utils.typing import StateArray, TypeParser

0 commit comments

Comments
 (0)