Skip to content

Commit

Permalink
Merge pull request #325 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch IA
  • Loading branch information
stucka authored Nov 5, 2024
2 parents 72d1f16 + 2994528 commit bd105ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warn_transformer/transformers/ia.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Transformer(BaseTransformer):
"7/14/21": datetime(2021, 7, 14),
"7/12/21": datetime(2021, 7, 12),
"2027-07-27 00:00:00": datetime(2024, 7, 27),
"2025-12-31 00:00:00": datetime(2025, 12, 31),
}

def check_if_amendment(self, row: typing.Dict) -> bool:
Expand Down

0 comments on commit bd105ab

Please sign in to comment.