From 817cede7e9e9c22aff2668fe0a54fc36e7ad5554 Mon Sep 17 00:00:00 2001 From: Jan-Thorsten Peter Date: Fri, 3 Mar 2023 13:32:55 +0100 Subject: [PATCH] Update example/recipe/tools.py Co-authored-by: michelwi --- example/recipe/tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/example/recipe/tools.py b/example/recipe/tools.py index f6d412e..d5621ca 100644 --- a/example/recipe/tools.py +++ b/example/recipe/tools.py @@ -13,7 +13,6 @@ def __init__(self, text: tk.Path, pipeline: List): assert isinstance(text, tk.Path), "Given input" assert pipeline - # self.text = text self.pipeline = pipeline