From bfc0f9c7b47f6950b6d18ca22bdac9839e151fcc Mon Sep 17 00:00:00 2001 From: "gowthaman.b" Date: Tue, 13 Jun 2023 09:44:18 +0530 Subject: [PATCH] remove pycham help text --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index e4d36cb..ee0a2e4 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,6 @@ import ijson import sqlite3 import pandas as pd - flat_keys = ["cost_center", "location", "customer"] extract_keys = { "price_modifiers": { @@ -158,8 +157,5 @@ def parse_json(): make_csv_from_tables() -# Press the green button in the gutter to run the script. if __name__ == '__main__': parse_json() - -# See PyCharm help at https://www.jetbrains.com/help/pycharm/