Commit b7252b69 authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up unused argument from API.

parent ab3101e5
......@@ -89,7 +89,7 @@ class DataArray(BigFile):
return self.getArray()[start:end]
security.declareProtected(Permissions.AccessContentsInformation, 'getSize')
def getSize(self, default=None):
def getSize(self):
"""
Implement getSize interface for ndarray
"""
......
......@@ -47,8 +47,8 @@
<value>
<tuple>
<string>W: 99, 42: Redefining built-in \'format\' (redefined-builtin)</string>
<string>W:113, 4: Redefining built-in \'range\' (redefined-builtin)</string>
<string>W:140, 10: No exception type(s) specified (bare-except)</string>
<string>W:115, 4: Redefining built-in \'range\' (redefined-builtin)</string>
<string>W:142, 10: No exception type(s) specified (bare-except)</string>
</tuple>
</value>
</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