From fccd0a535dc39acdc9a6b72adb9e67523c76edb2 Mon Sep 17 00:00:00 2001 From: "Adam.Dybbroe" Date: Tue, 19 Nov 2024 13:17:27 +0100 Subject: [PATCH] Remove line not needed Signed-off-by: Adam.Dybbroe --- trollsched/boundary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/trollsched/boundary.py b/trollsched/boundary.py index 6df1638..188aa00 100644 --- a/trollsched/boundary.py +++ b/trollsched/boundary.py @@ -40,7 +40,6 @@ class InstrumentNotSupported(Exception): """Exception to capture cases when instrument are (yet) not supported.""" - pass class SwathBoundary(Boundary):