Skip to content

Commit

Permalink
removing locale check, locales change in WI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi-Tsuruga committed Jul 29, 2024
1 parent 8d64e03 commit 376daf1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reggie/ingestion/preprocessor/wisconsin_preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ def insert_codes_bin(row):
main_df = self.config.coerce_dates(main_df)
main_df = self.config.coerce_strings(main_df)

# Check the file for all the proper locales
self.locale_check(
set(main_df[self.config["primary_locale_identifier"]]),
)

self.meta = {
"message": "wisconsin_{}".format(datetime.now().isoformat()),
Expand Down

0 comments on commit 376daf1

Please sign in to comment.