Merge "Use "# noqa" instead of "#flake8: noqa""
This commit is contained in:
commit
4b2d76931b
@ -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