From ebcbd6ba7199edd7f659da4dc525c9702919d296 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Fri, 13 May 2016 13:14:02 -0700 Subject: remove #noqa from i18n imports hacking checks no longer fail on `import _` Change-Id: Idd60f0a0e71e5081691eacb39e5091ab08fcce6d --- openstackclient/image/v1/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/image/v1') diff --git a/openstackclient/image/v1/image.py b/openstackclient/image/v1/image.py index 0d085597..14e894b0 100644 --- a/openstackclient/image/v1/image.py +++ b/openstackclient/image/v1/image.py @@ -31,7 +31,7 @@ from openstackclient.api import utils as api_utils from openstackclient.common import command from openstackclient.common import parseractions from openstackclient.common import utils -from openstackclient.i18n import _ # noqa +from openstackclient.i18n import _ DEFAULT_CONTAINER_FORMAT = 'bare' -- cgit v1.2.1