Skip to content

Commit

Permalink
Merge pull request #292 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch NY
  • Loading branch information
stucka authored Aug 3, 2024
2 parents 603e92c + 1af879b commit 969b47e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion warn_transformer/transformers/ny.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class Transformer(BaseTransformer):
"3/6/3023": datetime(2023, 3, 6),
"2": datetime(2021, 2, 12),
"2/2/2024`": datetime(2024, 2, 2),
"7/31/24": datetime(2024, 7, 31),
"7/29/24": datetime(2024, 7, 29),
"7/31/24": datetime(2024, 7, 31),
"8/2/24": datetime(2024, 8, 2),
}

def prep_row_list(
Expand Down

0 comments on commit 969b47e

Please sign in to comment.