Skip to content

Commit

Permalink
Merge pull request #285 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch IA
  • Loading branch information
stucka authored Jun 22, 2024
2 parents 069ac8c + bea966d commit 24c293b
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 @@ -25,6 +25,7 @@ class Transformer(BaseTransformer):
"2021-04-30 00:00:00": datetime(2021, 4, 30),
"7/14/21": datetime(2021, 7, 14),
"7/12/21": datetime(2021, 7, 12),
"2027-07-27 00:00:00": datetime(2024, 7, 27),
}

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

0 comments on commit 24c293b

Please sign in to comment.