Skip to content

Commit

Permalink
Merge pull request #305 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch LA
  • Loading branch information
stucka authored Sep 10, 2024
2 parents 315dfc0 + 92c81df commit 7bc1f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions warn_transformer/transformers/la.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class Transformer(BaseTransformer):
"*434 *Some or all may be picked up by new vendor": 0,
"3* *located in Louisiana": 3,
"*508 *Only sixty-three (63) employees affected in Louisiana.": 63,
"139* *Only 3 employees are affected in Louisiana.": 3,
}

def transform_date(self, value: str) -> typing.Optional[str]:
Expand Down

0 comments on commit 7bc1f4c

Please sign in to comment.