remove pycham help text

This commit is contained in:
gowthaman.b 2023-06-13 09:44:18 +05:30
parent 940d044f12
commit bfc0f9c7b4

View File

@ -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/