Removed unneeded #noqa tag

Closes-Bug: #1298551
Change-Id: Ie6a75a57b9a765736d320c3eff624b7901540064
This commit is contained in:
Trevor Vardeman 2014-03-27 15:06:03 -05:00
parent 2eab986ef3
commit 914410f59f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class GreenThreadView(object):
"""A Green Thread View
This view displays a green thread provided by the data
model :class:`openstack.common.report.models.threading.GreenThreadModel` # noqa
model :class:`openstack.common.report.models.threading.GreenThreadModel`
"""
FORMAT_STR = "------{thread_str: ^60}------" + "\n" + "{stack_trace}"