From af73458e29649fd3e766734ad5fc324eaf5a3eab Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 30 May 2022 03:35:16 +0300 Subject: [PATCH] #7 Removing unnecessary statement. --- exceptions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/exceptions.py b/exceptions.py index 5072879..a1effe0 100644 --- a/exceptions.py +++ b/exceptions.py @@ -1,3 +1,2 @@ class DisplayableException(Exception): """Exception which could be safely displayed to the end-user.""" - pass