From 5954023fd4896c0a90602d2b2c751178b9d535a3 Mon Sep 17 00:00:00 2001 From: Leo Schick Date: Thu, 5 May 2022 16:12:01 +0200 Subject: [PATCH] clean code --- mara_pipelines/pipelines.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mara_pipelines/pipelines.py b/mara_pipelines/pipelines.py index c32072b..aeebc55 100644 --- a/mara_pipelines/pipelines.py +++ b/mara_pipelines/pipelines.py @@ -4,7 +4,6 @@ import typing from . import config -from .contexts import ExecutionContext class Node():