]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix incorrect classmethod declaration
authorBrian Haley <brian.haley@hpe.com>
Thu, 7 Jan 2016 20:12:24 +0000 (15:12 -0500)
committerBrian Haley <brian.haley@hpe.com>
Thu, 7 Jan 2016 20:12:24 +0000 (15:12 -0500)
commitddfa00fec0b9a5d93f918657f302399b38924d78
tree75cbcb79dee14f2b7d08785135deb853f86ebafd
parent8e5424865386dfce5c01864a63474711caad760b
Fix incorrect classmethod declaration

pylint complains about this:

************* Module neutron.tests.api.base
C:207, 4: Class method _try_delete_resource should have 'cls' as
first argument (bad-classmethod-argument)

Change-Id: I189c54a2c641b97579761ff37c8f87077037697b
neutron/tests/api/base.py