From e1fcd2b0d34f5e75a1bdfcf4af9ea4bb4bd1a488 Mon Sep 17 00:00:00 2001 From: James Kent Date: Mon, 18 Nov 2024 11:25:06 -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 7aca813..6dc016e 100644 --- a/ns_pipelines/word_count/run.py +++ b/ns_pipelines/word_count/run.py @@ -1,5 +1,4 @@ from datetime import datetime -import json from ns_pipelines.pipeline import IndependentPipeline, DependentPipeline