Make pylint happy
This commit is contained in:
parent
0ab27d7426
commit
7081bd433a
@ -82,6 +82,10 @@ class FilePool(Pool):
|
|||||||
'driver': FilePool.driver,
|
'driver': FilePool.driver,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def is_outdated(self, volume):
|
||||||
|
# FIX: Implement or remove this at all?
|
||||||
|
raise NotImplementedError
|
||||||
|
|
||||||
def resize(self, volume, size):
|
def resize(self, volume, size):
|
||||||
''' Expands volume, throws
|
''' Expands volume, throws
|
||||||
:py:class:`qubst.storage.StoragePoolException` if given size is
|
:py:class:`qubst.storage.StoragePoolException` if given size is
|
||||||
|
@ -104,7 +104,7 @@ class AdminVM(qubes.vm.qubesvm.QubesVM):
|
|||||||
|
|
||||||
.. seealso:
|
.. seealso:
|
||||||
:py:meth:`qubes.vm.qubesvm.QubesVM.verify_files`
|
:py:meth:`qubes.vm.qubesvm.QubesVM.verify_files`
|
||||||
'''
|
''' # pylint: disable=no-self-use
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def start(self, **kwargs):
|
def start(self, **kwargs):
|
||||||
|
Loading…
Reference in New Issue
Block a user