Skip to content

Commit

Permalink
Run hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymetz committed Nov 27, 2023
1 parent 1ef32e7 commit 6556fc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/format_dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
NEW_DATE_FORMAT = "%Y-%m-%d"

for file in sorted(files):

# open with read and write privileges
with open(file, "r+") as f:
data = json.load(f)
Expand Down

0 comments on commit 6556fc2

Please sign in to comment.