Skip to content

Commit

Permalink
Merge pull request #254 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch LAx2
  • Loading branch information
stucka authored Mar 20, 2024
2 parents 6a798a4 + fc4373d commit 9b2f7b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions warn_transformer/transformers/la.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ class Transformer(BaseTransformer):
"51*": 51,
"83*": 83,
"38*": 38,
"*292 *Only forty (40) employees affected in Louisiana.": 40,
"*508 *Only sixty- three (63) employees affected in Louisiana.": 63,
}

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

0 comments on commit 9b2f7b2

Please sign in to comment.