diff options
Diffstat (limited to 'taskflow/task.py')
| -rw-r--r-- | taskflow/task.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/task.py b/taskflow/task.py index fbee029..7a1c718 100644 --- a/taskflow/task.py +++ b/taskflow/task.py @@ -18,13 +18,13 @@ import abc import copy +from oslo.utils import reflection import six from taskflow import atom from taskflow import logging from taskflow.types import notifier from taskflow.utils import misc -from taskflow.utils import reflection LOG = logging.getLogger(__name__) |
