mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
fix linter
This commit is contained in:
parent
62c0f9fdd9
commit
21ecb742db
@ -26,7 +26,7 @@ except ImportError:
|
||||
|
||||
if HAS_LIBCLOUD:
|
||||
class MockStorageDriver(BaseDriver):
|
||||
def __init__(self):
|
||||
def __init__(self): # pylint: disable=W0231
|
||||
self._TEST_CONTAINER = Container(name='test_container', extra={}, driver=self)
|
||||
self._TEST_OBJECT = Object(name='test_obj',
|
||||
size=1234,
|
||||
|
Loading…
Reference in New Issue
Block a user