Skip to content

Commit

Permalink
Patch AK
Browse files Browse the repository at this point in the history
  • Loading branch information
stucka committed Dec 11, 2024
1 parent 990962c commit fd74c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions warn_transformer/transformers/ak.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ class Transformer(BaseTransformer):
"June-August 2023": datetime(2023, 6, 1),
"9/6/2023": datetime(2023, 9, 6),
"9/5/2023": datetime(2023, 9, 5),
"12/10/2024": datetime(2024, 12, 10),
}
jobs_corrections = {
"Up to 300": 300,
"TBA": None,
"1 Alaska Worker": 1,
}

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

0 comments on commit fd74c15

Please sign in to comment.