Skip to content

Commit

Permalink
Redundant alias in import statement
Browse files Browse the repository at this point in the history
Change-Id: I263758b6710eaafb16a1dec1f24e00546dc3e803
  • Loading branch information
TuanLAF committed Nov 7, 2017
1 parent 7234047 commit 5eb58a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion neutron_vpnaas/extensions/vpnaas.py
Expand Up @@ -17,7 +17,7 @@

from neutron_lib.api import converters
from neutron_lib.api import extensions
from neutron_lib.api import validators as validators
from neutron_lib.api import validators
from neutron_lib.db import constants as db_const
from neutron_lib import exceptions as nexception
from neutron_lib.plugins import constants as nconstants
Expand Down
2 changes: 1 addition & 1 deletion rally-jobs/plugins/test_vpn_connectivity.py
Expand Up @@ -14,7 +14,7 @@

from rally.common import logging
from rally.task import scenario
from rally.task import types as types
from rally.task import types

import vpn_base
LOG = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion rally-jobs/plugins/test_vpn_status.py
Expand Up @@ -15,7 +15,7 @@

from rally.common import logging
from rally.task import scenario
from rally.task import types as types
from rally.task import types

import vpn_base

Expand Down
2 changes: 1 addition & 1 deletion rally-jobs/plugins/test_vpn_tenant_scenario.py
Expand Up @@ -15,7 +15,7 @@

from rally.common import logging
from rally.task import scenario
from rally.task import types as types
from rally.task import types

import vpn_base

Expand Down

0 comments on commit 5eb58a2

Please sign in to comment.