summaryrefslogtreecommitdiff
path: root/taskflow/utils/kazoo_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'taskflow/utils/kazoo_utils.py')
-rw-r--r--taskflow/utils/kazoo_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/taskflow/utils/kazoo_utils.py b/taskflow/utils/kazoo_utils.py
index 0a9922b..ab44963 100644
--- a/taskflow/utils/kazoo_utils.py
+++ b/taskflow/utils/kazoo_utils.py
@@ -16,11 +16,11 @@
from kazoo import client
from kazoo import exceptions as k_exc
+from oslo.utils import reflection
import six
from six.moves import zip as compat_zip
from taskflow import exceptions as exc
-from taskflow.utils import reflection
def _parse_hosts(hosts):