Skip to content

Commit

Permalink
Fixes order of imports for pep8
Browse files Browse the repository at this point in the history
Change-Id: I707be7e9c25a46f26283049595f91fff376ead30
  • Loading branch information
dstanek committed Apr 25, 2015
1 parent be1778a commit ad9a4ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions keystone/tests/unit/common/test_ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
# License for the specific language governing permissions and limitations
# under the License.

import os
import shutil
import tempfile
import uuid

import ldap.dn
import mock
from oslo_config import cfg
from testtools import matchers

import os
import shutil
import tempfile

from keystone.common import ldap as ks_ldap
from keystone.common.ldap import core as common_ldap_core
from keystone.tests import unit as tests
Expand Down
2 changes: 1 addition & 1 deletion keystone/tests/unit/test_v3_assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# under the License.

import random
import six
import uuid

from oslo_config import cfg
import six

from keystone.common import controller
from keystone import exception
Expand Down

0 comments on commit ad9a4ab

Please sign in to comment.