Skip to content

Commit

Permalink
python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PavitraAgarwal21 committed Sep 22, 2024
1 parent 98d4282 commit d5bd245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/generate_timestamp_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def mapped_data(folder_path):
file_name = f"{i:012}.json"
print(f"Downloading {file_name}")
download_and_split(file_name)

formatted_data = mapped_data(BASE_DIR)
with open("formatted_data.json", "w") as outfile:
json.dump(formatted_data, outfile, indent=4)

0 comments on commit d5bd245

Please sign in to comment.