Skip to content

Commit

Permalink
Update example/recipe/tools.py
Browse files Browse the repository at this point in the history
Co-authored-by: michelwi <[email protected]>
  • Loading branch information
critias and michelwi authored Mar 3, 2023
1 parent 830f88e commit 817cede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/recipe/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 817cede

Please sign in to comment.