From ce537b8e152b22cf0c3262d07a9935c66ba74a80 Mon Sep 17 00:00:00 2001 From: James Kent Date: Mon, 18 Nov 2024 18:22:52 -0600 Subject: [PATCH] Update ns_pipelines/word_count/run.py Co-authored-by: Alejandro de la Vega --- ns_pipelines/word_count/run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ns_pipelines/word_count/run.py b/ns_pipelines/word_count/run.py index 6dc016e..90d679b 100644 --- a/ns_pipelines/word_count/run.py +++ b/ns_pipelines/word_count/run.py @@ -35,7 +35,6 @@ class WordDevianceExtraction(DependentPipeline): _version = "1.0.0" def __init__(self, inputs=("text",), input_sources=("pubget", "ace"), square_root=False): - """add any pipeline configuration here (as opposed to runtime arguments like n_cpus or n_cores)""" self.square_root = square_root super().__init__(inputs=inputs, input_sources=input_sources)