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