summaryrefslogtreecommitdiff
path: root/taskflow/engines/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskflow/engines/helpers.py')
-rw-r--r--taskflow/engines/helpers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/engines/helpers.py b/taskflow/engines/helpers.py
index 1943aa7..2c84a3c 100644
--- a/taskflow/engines/helpers.py
+++ b/taskflow/engines/helpers.py
@@ -19,6 +19,7 @@ import itertools
import traceback
from oslo.utils import importutils
+from oslo.utils import reflection
import six
import stevedore.driver
@@ -28,7 +29,6 @@ from taskflow.persistence import backends as p_backends
from taskflow.utils import deprecation
from taskflow.utils import misc
from taskflow.utils import persistence_utils as p_utils
-from taskflow.utils import reflection
LOG = logging.getLogger(__name__)