From 1bd97ff25bc93b75ee9c775af28d9ecbaed3cd2e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Dec 2017 20:16:49 +0200 Subject: Refactor: get rid of useless __init__ --- ick2/exceptions.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ick2/exceptions.py') diff --git a/ick2/exceptions.py b/ick2/exceptions.py index 124b207..7105c3c 100644 --- a/ick2/exceptions.py +++ b/ick2/exceptions.py @@ -32,5 +32,4 @@ class BadUpdate(IckException): class MethodNotAllowed(IckException): - def __init__(self, wat): - super().__init__(wat) + pass -- cgit v1.2.1