Use "# noqa" instead of "#flake8: noqa"
"# flake8: noqa" option disables all checks for the whole file. To disable one line we should use "# noqa". Change-Id: Iea2fbf239c7f11bc0cc8788bcc4b8abc862339be Closes-bug: #1540254
This commit is contained in:
parent
634dd615e6
commit
32286e0cbc
@ -19,9 +19,8 @@
|
||||
Exception definitions
|
||||
"""
|
||||
|
||||
# flake8: noqa
|
||||
# alias exceptions from apiclient for users of this module
|
||||
from troveclient.openstack.common.apiclient.exceptions import *
|
||||
from troveclient.openstack.common.apiclient.exceptions import * # noqa
|
||||
|
||||
|
||||
class NoTokenLookupException(Exception):
|
||||
|
Loading…
Reference in New Issue
Block a user