Addressing pep8 issue
Change-Id: I3d3a5df698a3d7e58079853fccb88ff1a734762c
This commit is contained in:
@@ -18,7 +18,7 @@ from solumclient.openstack.common.apiclient import base
|
|||||||
from solumclient.openstack.common.apiclient import exceptions
|
from solumclient.openstack.common.apiclient import exceptions
|
||||||
|
|
||||||
|
|
||||||
class FindMixin():
|
class FindMixin(object):
|
||||||
"""Just `findone()`/`findall()` methods.
|
"""Just `findone()`/`findall()` methods.
|
||||||
|
|
||||||
Note: this is largely a copy of apiclient.base.ManagerWithFind
|
Note: this is largely a copy of apiclient.base.ManagerWithFind
|
||||||
|
Reference in New Issue
Block a user