manila/manila/share/drivers/hitachi
Goutham Pacha Ravi fd23a6387c Use class name in invocation of super
Fix pylint E103 warning raised by usage of
self.__class__ to refer to the derived class
in super() methods.

self.__class__ is a reasonable first argument
to super() in any method of a class, as long
as the method is not going to be invoked in
derived classes.

Python3 removes this ambiguity by not requiring
arguments for the super() method.

[1] https://docs.pylint.org/en/1.6.0/features.html#id33

Change-Id: I6071b6cfd8cff2be3853d739f71b94da990cda97
2018-06-06 17:47:18 -07:00
..
hnas Enable some off-by-default checks 2017-08-03 16:13:32 +08:00
hsp Use class name in invocation of super 2018-06-06 17:47:18 -07:00
__init__.py New Manila HDS HNAS Driver 2015-08-27 09:52:32 -03:00