remove pycham help text
This commit is contained in:
parent
940d044f12
commit
bfc0f9c7b4
4
main.py
4
main.py
@ -2,7 +2,6 @@ import ijson
|
|||||||
import sqlite3
|
import sqlite3
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
|
|
||||||
|
|
||||||
flat_keys = ["cost_center", "location", "customer"]
|
flat_keys = ["cost_center", "location", "customer"]
|
||||||
extract_keys = {
|
extract_keys = {
|
||||||
"price_modifiers": {
|
"price_modifiers": {
|
||||||
@ -158,8 +157,5 @@ def parse_json():
|
|||||||
make_csv_from_tables()
|
make_csv_from_tables()
|
||||||
|
|
||||||
|
|
||||||
# Press the green button in the gutter to run the script.
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
parse_json()
|
parse_json()
|
||||||
|
|
||||||
# See PyCharm help at https://www.jetbrains.com/help/pycharm/
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user