summaryrefslogtreecommitdiff
path: root/heatclient/shell.py
diff options
context:
space:
mode:
authorTetiana Lashchova <tlashchova@mirantis.com>2014-11-20 19:24:18 +0200
committerTetiana Lashchova <tlashchova@mirantis.com>2014-11-26 18:25:12 +0200
commitd0b0270ec7bc20d4ff23206377d97a306af88ef5 (patch)
tree6e99af72374e2e066726171fa8b7c3cc866ab6b9 /heatclient/shell.py
parent78af7de8e590cfcae80958c62fe9176bee0ffda5 (diff)
downloadpython-heatclient-d0b0270ec7bc20d4ff23206377d97a306af88ef5.tar.gz
Fix H302 errors
Change-Id: I0354b4c99fb6d22ede85ec711fb81c2bb3627f99
Diffstat (limited to 'heatclient/shell.py')
-rw-r--r--heatclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/shell.py b/heatclient/shell.py
index c3733ae..ed1d827 100644
--- a/heatclient/shell.py
+++ b/heatclient/shell.py
@@ -33,7 +33,7 @@ import heatclient
from heatclient import client as heat_client
from heatclient.common import utils
from heatclient import exc
-from heatclient.openstack.common.gettextutils import _
+from heatclient.openstack.common.gettextutils import _ # noqa
from heatclient.openstack.common import importutils
from heatclient.openstack.common import strutils