From 2f6831aac58e1b67e74b1c0c13af82b5c36e4b61 Mon Sep 17 00:00:00 2001 From: Luong Anh Tuan Date: Thu, 19 Oct 2017 15:31:40 +0700 Subject: [PATCH] Redundant alias in import statement Change-Id: Id4825eae7a91367ae057f68f76fb5c99968832c2 --- senlin/engine/dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlin/engine/dispatcher.py b/senlin/engine/dispatcher.py index 72b0ddfa4..700ba79b6 100644 --- a/senlin/engine/dispatcher.py +++ b/senlin/engine/dispatcher.py @@ -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__)