summaryrefslogtreecommitdiff
path: root/taskflow/persistence/logbook.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskflow/persistence/logbook.py')
-rw-r--r--taskflow/persistence/logbook.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/persistence/logbook.py b/taskflow/persistence/logbook.py
index ea6de4d..6ae7d7c 100644
--- a/taskflow/persistence/logbook.py
+++ b/taskflow/persistence/logbook.py
@@ -19,11 +19,11 @@ import abc
import copy
from oslo.utils import timeutils
+from oslo.utils import uuidutils
import six
from taskflow import exceptions as exc
from taskflow import logging
-from taskflow.openstack.common import uuidutils
from taskflow import states
from taskflow.types import failure as ft