From 544870f1adb4ae84ddb7b60fd28e4007757f78fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 24 Feb 2017 00:52:09 +0100 Subject: [PATCH] make pylint happy again --- qubesmgmt/exc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qubesmgmt/exc.py b/qubesmgmt/exc.py index 9ac04e3..86dc55e 100644 --- a/qubesmgmt/exc.py +++ b/qubesmgmt/exc.py @@ -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) -