From 18a6849e53753fddbcb401a7b2bd94105802725c Mon Sep 17 00:00:00 2001 From: Arne Binder Date: Tue, 8 Oct 2024 04:13:14 +0200 Subject: [PATCH] add dummy commit to maybe trigger coverage --- src/pytorch_ie/pipeline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pytorch_ie/pipeline.py b/src/pytorch_ie/pipeline.py index 72caccc6..6a432640 100644 --- a/src/pytorch_ie/pipeline.py +++ b/src/pytorch_ie/pipeline.py @@ -368,3 +368,5 @@ def __call__( return documents[0] else: return documents + + print("REMOVE THIS LINE")