Addressing pep8 issue

Change-Id: I3d3a5df698a3d7e58079853fccb88ff1a734762c
This commit is contained in:
Devdatta Kulkarni
2015-03-23 14:07:11 -05:00
parent 25ba1377e4
commit 653f823f12

View File

@@ -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