Skip to content

Commit

Permalink
Merge pull request #267 from stucka/stucka-fixes
Browse files Browse the repository at this point in the history
Patch LA
  • Loading branch information
stucka authored May 1, 2024
2 parents 4e97355 + d321682 commit d78d0ca
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 @@ -68,6 +68,7 @@ class Transformer(BaseTransformer):
"*508 *Only sixty- three (63) employees affected in Louisiana.": 63,
"*179 *Some or all of the workers may be retained by the new vendor.": 0,
"*434 *Some or all may be picked up by new vendor": 0,
"3* *located in Louisiana": 3,
}

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

0 comments on commit d78d0ca

Please sign in to comment.