mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
fix linter
This commit is contained in:
parent
62c0f9fdd9
commit
21ecb742db
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue