Merge "Apply six for metaclass"
This commit is contained in:
@@ -216,11 +216,10 @@ class Manager(object):
|
||||
return self.resource_class(self, body[response_key])
|
||||
|
||||
|
||||
@six.add_metaclass(abc.ABCMeta)
|
||||
class ManagerWithFind(Manager):
|
||||
"""Manager with additional `find()`/`findall()` methods."""
|
||||
|
||||
__metaclass__ = abc.ABCMeta
|
||||
|
||||
@abc.abstractmethod
|
||||
def list(self):
|
||||
pass
|
||||
|
Reference in New Issue
Block a user