mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
Ignore super not called
This commit is contained in:
parent
b7ace9c929
commit
34cef86e14
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue