From 48b9cec85c49b0b857fa6056afe370ec5653b7f5 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Tue, 8 Nov 2022 11:48:56 +0100 Subject: [PATCH] drop dead code --- .../obtain_livestream_data_and_load_into_database.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etl/planning_data/obtain_livestream_data_and_load_into_database.py b/etl/planning_data/obtain_livestream_data_and_load_into_database.py index b9e36073..97e84285 100644 --- a/etl/planning_data/obtain_livestream_data_and_load_into_database.py +++ b/etl/planning_data/obtain_livestream_data_and_load_into_database.py @@ -136,7 +136,6 @@ def filepath(): return os.path.dirname(os.path.realpath(__file__)) + os.sep + "data.json" def insert_entry(cursor, e): - elements = [] application_url = None if e["application_url"] != None: application_url = e["application_url"]