summaryrefslogtreecommitdiff
path: root/heatclient/v1/resource_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/v1/resource_types.py')
-rw-r--r--heatclient/v1/resource_types.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/heatclient/v1/resource_types.py b/heatclient/v1/resource_types.py
index b4039d1..ef29cdc 100644
--- a/heatclient/v1/resource_types.py
+++ b/heatclient/v1/resource_types.py
@@ -11,13 +11,11 @@
# License for the specific language governing permissions and limitations
# under the License.
-import six
-
-from heatclient.common import utils
-
from oslo_utils import encodeutils
+import six
from six.moves.urllib import parse
+from heatclient.common import utils
from heatclient.openstack.common.apiclient import base