Merge "Use "# noqa" instead of "#flake8: noqa""

This commit is contained in:
Jenkins 2016-03-23 23:40:45 +00:00 committed by Gerrit Code Review
commit 4b2d76931b

View File

@ -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):