diff --git a/solumclient/common/base.py b/solumclient/common/base.py index 41f77df..f2deb23 100644 --- a/solumclient/common/base.py +++ b/solumclient/common/base.py @@ -18,7 +18,7 @@ from solumclient.openstack.common.apiclient import base from solumclient.openstack.common.apiclient import exceptions -class FindMixin(): +class FindMixin(object): """Just `findone()`/`findall()` methods. Note: this is largely a copy of apiclient.base.ManagerWithFind