summaryrefslogtreecommitdiff
path: root/heatclient/osc/v1/resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/osc/v1/resource.py')
-rw-r--r--heatclient/osc/v1/resource.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/heatclient/osc/v1/resource.py b/heatclient/osc/v1/resource.py
index a3d998d..b7feb84 100644
--- a/heatclient/osc/v1/resource.py
+++ b/heatclient/osc/v1/resource.py
@@ -14,14 +14,14 @@
"""Orchestration v1 Stack action implementations"""
import logging
-import six
-from six.moves.urllib import request
from osc_lib.command import command
from osc_lib import exceptions as exc
from osc_lib.i18n import _
from osc_lib import utils
from oslo_serialization import jsonutils
+import six
+from six.moves.urllib import request
from heatclient.common import format_utils
from heatclient.common import utils as heat_utils