Skip to content

Commit

Permalink
Patch LA
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Oct 16, 2024
1 parent fd90ca3 commit 6dc51c6
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 @@ -73,6 +73,7 @@ class Transformer(BaseTransformer):
"*508 *Only sixty-three (63) employees affected in Louisiana.": 63,
"139* *Only 3 employees are affected in Louisiana.": 3,
"58* *Only 1 employee is affected in Louisiana.": 1,
"65* 4*": 4,
}

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

0 comments on commit 6dc51c6

Please sign in to comment.