Redundant alias in import statement

Change-Id: Id4825eae7a91367ae057f68f76fb5c99968832c2
This commit is contained in:
Luong Anh Tuan 2017-10-19 15:31:40 +07:00
parent a6176569cf
commit 2f6831aac5

View File

@ -17,7 +17,7 @@ import oslo_messaging
from oslo_service import service
from senlin.common import consts
from senlin.common import messaging as messaging
from senlin.common import messaging
LOG = logging.getLogger(__name__)