From a5dc91efec24d5b0de53986af863d77f0405c139 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Tue, 11 Aug 2020 18:38:55 +0200 Subject: [PATCH] removed TODO --- slic/core/adjustable/adjustable.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/slic/core/adjustable/adjustable.py b/slic/core/adjustable/adjustable.py index 7ac19059..c9573b23 100644 --- a/slic/core/adjustable/adjustable.py +++ b/slic/core/adjustable/adjustable.py @@ -55,10 +55,6 @@ class Adjustable(BaseAdjustable, SpecConvenience): -#TODO handle Task creation only here, not in every subclass - - - class AdjustableError(Exception): pass