Remove useless 'pass' to make pylint happy

This commit is contained in:
Marek Marczykowski-Górecki 2018-12-03 23:22:50 +01:00
parent 86fe230092
commit 377c80d33d
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -91,7 +91,6 @@ class QubesVMInUseError(QubesVMError):
class QubesValueError(QubesException, ValueError):
'''Cannot set some value, because it is invalid, out of bounds, etc.'''
pass
class QubesPropertyValueError(QubesValueError):
@ -135,7 +134,6 @@ class QubesDaemonCommunicationError(QubesException, IOError):
class DeviceAlreadyAttached(QubesException, KeyError):
'''Trying to attach already attached device'''
pass
# pylint: disable=too-many-ancestors