Ignore super not called

This commit is contained in:
Daniel A. Wozniak 2019-04-27 04:36:01 +00:00 committed by Pedro Algarvio
parent b7ace9c929
commit 34cef86e14
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -38,7 +38,7 @@ except ImportError:
if HAS_LIBCLOUD:
class MockComputeDriver(BaseDriver):
def __init__(self):
def __init__(self): # pylint: disable=W0231
self._TEST_SIZE = NodeSize(
id='test_id', name='test_size',
ram=4096, disk=10240, bandwidth=100000, price=0,