Remove redundant import alias

This patch remove redundant import aliases and add pep8 hacking function
to check no redundant import aliases.

Co-Authored-By: Dao Cong Tien <tiendc@vn.fujitsu.com>

Change-Id: I3207cb9f0eb4b4a029b7e822b9c59cf48d1e0f9d
Closes-Bug: #1745527
This commit is contained in:
Luong Anh Tuan
2018-01-26 09:07:53 +07:00
parent 0c8c32e69e
commit 6edfd34a53
2 changed files with 15 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import sys
import six
from watcher.notifications import base as notificationbase
from watcher.objects import base as base
from watcher.objects import base
from watcher.objects import fields as wfields