make pylint happy again
This commit is contained in:
parent
a9eb23b0e5
commit
544870f1ad
@ -23,4 +23,3 @@ class QubesException(Exception):
|
||||
def __init__(self, message_format, *args, **kwargs):
|
||||
# TODO: handle translations
|
||||
super(QubesException, self).__init__(message_format % args, **kwargs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user