]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Removed explicit return from __init__ method
authorRajesh Tailor <rajesh.tailor@nttdata.com>
Thu, 4 Jun 2015 12:29:02 +0000 (05:29 -0700)
committerRajesh Tailor <rajesh.tailor@nttdata.com>
Thu, 4 Jun 2015 12:33:49 +0000 (05:33 -0700)
commitb0afee1e965b26e276b88a3df9df3afac3693aa4
tree10f55f1c93fb69d9c1f7c32c03e7a466fc0edc84
parent2363aa7c633e6b0df9caa13f2bdf9f98a08bfb42
Removed explicit return from __init__ method

As per python documentation [1], removed explicit return keyword
from __init__ method.

[1] https://docs.python.org/2/reference/datamodel.html#object.__init__

Closes-Bug: 1461931
Change-Id: I654d7786e1971304789bbb376f8ced2b5646370e
cinder/tests/unit/api/fakes.py