Remove useless 'pass' to make pylint happy
This commit is contained in:
parent
86fe230092
commit
377c80d33d
@ -91,7 +91,6 @@ class QubesVMInUseError(QubesVMError):
|
|||||||
|
|
||||||
class QubesValueError(QubesException, ValueError):
|
class QubesValueError(QubesException, ValueError):
|
||||||
'''Cannot set some value, because it is invalid, out of bounds, etc.'''
|
'''Cannot set some value, because it is invalid, out of bounds, etc.'''
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class QubesPropertyValueError(QubesValueError):
|
class QubesPropertyValueError(QubesValueError):
|
||||||
@ -135,7 +134,6 @@ class QubesDaemonCommunicationError(QubesException, IOError):
|
|||||||
|
|
||||||
class DeviceAlreadyAttached(QubesException, KeyError):
|
class DeviceAlreadyAttached(QubesException, KeyError):
|
||||||
'''Trying to attach already attached device'''
|
'''Trying to attach already attached device'''
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=too-many-ancestors
|
# pylint: disable=too-many-ancestors
|
||||||
|
Loading…
Reference in New Issue
Block a user