summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/api/direct.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/direct.py b/nova/api/direct.py
index ea20042a7..ea7425e19 100644
--- a/nova/api/direct.py
+++ b/nova/api/direct.py
@@ -324,7 +324,7 @@ class Limited(object):
def __init__(self, proxy):
self._proxy = proxy
- if not self.__doc__:
+ if not self.__doc__: #pylint: disable=E0203
self.__doc__ = proxy.__doc__
if not self._allowed:
self._allowed = []