Merge "modify the import order"

This commit is contained in:
Zuul 2018-01-31 17:22:37 +00:00 committed by Gerrit Code Review
commit 5d5e6c777c
1 changed files with 4 additions and 4 deletions

View File

@ -15,18 +15,18 @@
from email import header
from email.mime import text
import json
import requests
import six
import smtplib
import time
from oslo_log import log as logging
import requests
import six
from mistral import exceptions as exc
from mistral.utils import javascript
from mistral.utils import ssh_utils
from mistral_lib import actions
from oslo_log import log as logging
LOG = logging.getLogger(__name__)