From f6194702864e57c35c06a0af45fb64ddf5171189 Mon Sep 17 00:00:00 2001 From: Saran Ahluwalia Date: Wed, 12 Jan 2022 19:21:39 -0500 Subject: [PATCH] revert commit --- data/data-pipeline/.vscode/launch.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data/data-pipeline/.vscode/launch.json b/data/data-pipeline/.vscode/launch.json index 6dcae4dd..42bb1622 100644 --- a/data/data-pipeline/.vscode/launch.json +++ b/data/data-pipeline/.vscode/launch.json @@ -13,15 +13,6 @@ "score-run" ] }, - { - "name": "Generate Score Post", - "type": "python", - "request": "launch", - "module": "data_pipeline.application", - "args": [ - "generate-score-post" - ] - }, { "name": "Data Cleanup", "type": "python",