Commit 7c6c1aa9 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

erp5_api_style: fix coding style

parent 2b8f5fba
......@@ -28,7 +28,7 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Acquisition import aq_base, aq_inner
from Acquisition import aq_inner
from erp5.component.document.WebSection import WebSection
from Products.ERP5Type import Permissions
......@@ -58,7 +58,7 @@ class jIOWebSection(WebSection):
return default
security.declareProtected(Permissions.View, 'get')
def get(self):
def get(self): #pylint:disable=arguments-differ
"""
Taken from WebSection Bobo Traverse, the difference is that
__bobo_traverse__ from DocumentExtensibleTraversableMixin is not called
......
......@@ -51,10 +51,7 @@
<item>
<key> <string>text_content_warning_message</string> </key>
<value>
<tuple>
<string>W: 61, 2: Arguments number differs from overridden \'get\' method (arguments-differ)</string>
<string>W: 31, 0: Unused aq_base imported from Acquisition (unused-import)</string>
</tuple>
<tuple/>
</value>
</item>
<item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment